[Bug 3949] authfd.c: unchecked calloc() in ssh_agent_query_extensions() can return success with *exts == NULL

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Jun 29 18:56:57 AEST 2026


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

Damien Miller <djm at mindrot.org> changed:

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

--- Comment #2 from Damien Miller <djm at mindrot.org> ---
This is harmless because the very next thing that happens to this
buffer is a checked recallocarray()

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


More information about the openssh-bugs mailing list