Suggested by: delphij@
Details
Details
- Reviewers
markm delphij jmg - Group Reviewers
secteam O3: Kernel Random Numbers Generator (Owns No Changed Paths) - Commits
- rG1ae8bd9a7d5a: fortuna: Drop global lock to zero stack variables
rS339789: fortuna: Drop global lock to zero stack variables
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19348 Build 18953: arc lint + arc unit
Event Timeline
sys/dev/random/fortuna.c | ||
---|---|---|
421 | May as well drop this? |
sys/dev/random/fortuna.c | ||
---|---|---|
421 | By "this" I mean just the zeroing of the context, as you pointed out? |
sys/dev/random/fortuna.c | ||
---|---|---|
421 | 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@.