[Bug 3623] potentially uninitialized local pointers in fill_default_options() in readconf.c

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Oct 11 09:04:15 AEDT 2023


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

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> ---
All these pointers are unconditionally initialised before use:

https://github.com/openssh/openssh-portable/blob/V_9_5_P1/readconf.c#L2784-L2794

If you have evidence otherwise beyond a compiler warning then please
reopen this bug.

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