[Bug 3624] potentially uninitialized local pointers in assemble_algorithms() in servconf.c

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Oct 11 09:05:44 AEDT 2023


https://bugzilla.mindrot.org/show_bug.cgi?id=3624

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |djm at mindrot.org

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
This is definitely a bogus warning. The pointers in question are
initialised in the lines immediately following declaration:

https://github.com/openssh/openssh-portable/blob/V_9_5_P1/servconf.c#L212-L226

Please spend a moment to validate compiler warnings before posting them
as bugs here.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list