Hacker News new | ask | show | jobs
by nikbackm 4403 days ago
Seems to me they relied on the uninitialized memory of a stack variable as a partial source of randomness for key generation.

Initializing the variable with 0 removed that part.

1 comments

Your explanation makes sense. Though I'm still curious as to when this happened and what the impact was.