Page MenuHomeFreeBSD

fortuna: Drop global lock to zero stack variables
ClosedPublic

Authored by cem on Sep 1 2018, 7:01 PM.
Tags
None
Referenced Files
F107343147: D16986.diff
Sun, Jan 12, 6:50 PM
Unknown Object (File)
Fri, Jan 10, 1:25 AM
Unknown Object (File)
Dec 10 2024, 8:26 AM
Unknown Object (File)
Dec 7 2024, 7:20 PM
Unknown Object (File)
Dec 1 2024, 3:05 PM
Unknown Object (File)
Nov 21 2024, 6:20 AM
Unknown Object (File)
Nov 3 2024, 2:41 AM
Unknown Object (File)
Oct 18 2024, 6:55 AM
Subscribers

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19347
Build 18952: 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
cem marked 3 inline comments as done.

Drop extra bzero of hash context, as I pointed out earlier but forgot about
:-). Thanks markm@.

This revision is now accepted and ready to land.Sep 5 2018, 5:20 PM
This revision was automatically updated to reflect the committed changes.