Suggested by: delphij@
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/dev/random/fortuna.c | ||
|---|---|---|
| 421 ↗ | (On Diff #47566) | May as well drop this? |
| sys/dev/random/fortuna.c | ||
|---|---|---|
| 421 ↗ | (On Diff #47566) | By "this" I mean just the zeroing of the context, as you pointed out? |
| sys/dev/random/fortuna.c | ||
|---|---|---|
| 421 ↗ | (On Diff #47566) | Ah, right, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230877 . Sure, I can drop it. |
Comment Actions
Drop extra bzero of hash context, as I pointed out earlier but forgot about
:-). Thanks markm@.