[Bug 230877] random_fortuna_pre_read: explicit bzero of hash context can be removed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 25 00:57:58 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230877

            Bug ID: 230877
           Summary: random_fortuna_pre_read: explicit bzero of hash
                    context can be removed
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: cem at freebsd.org

Trivial cleanup.

In every code flow in which it is used, the context is finish()ed, which
invokes SHA256_Final which is obligated to explicit_bzero out the context
already.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list