Hacker News new | ask | show | jobs
by LtWorf 394 days ago
The whole issue was caused because it was always zero because the patch zeroed it (:

Can you please read about the issue before commenting more?

1 comments

> The whole issue was caused because it was always zero because the patch zeroed it (:

No it wasn't. The patch removed the read of the randomness buffer that folded it into another buffer (the MD_Update calls) because Valgrind was warning that the buffer it was reading from had never been initialised.

> Can you please read about the issue before commenting more?

Right back at you.