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
Unknown Object (File)
Fri, May 30, 4:06 AM
Unknown Object (File)
Wed, May 14, 6:47 PM
Unknown Object (File)
Tue, May 13, 8:47 PM
Unknown Object (File)
Tue, May 13, 9:16 AM
Unknown Object (File)
Apr 24 2025, 5:20 PM
Unknown Object (File)
Apr 23 2025, 3:40 PM
Unknown Object (File)
Apr 18 2025, 12:22 AM
Unknown Object (File)
Apr 18 2025, 12:21 AM
Subscribers

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)
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.