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
F151007555: D16986.id47566.diff
Sun, Apr 5, 10:38 AM
F151004045: D16986.id49665.diff
Sun, Apr 5, 10:12 AM
Unknown Object (File)
Sat, Apr 4, 3:06 PM
Unknown Object (File)
Sat, Apr 4, 12:47 AM
Unknown Object (File)
Fri, Apr 3, 9:25 PM
Unknown Object (File)
Fri, Apr 3, 6:10 AM
Unknown Object (File)
Tue, Mar 24, 1:59 AM
Unknown Object (File)
Tue, Mar 24, 12:14 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.