CVS: cvs.openbsd.org: src

Damien Miller <[email protected]> Thu, 6 Aug 2026 23:03:56 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/08/06 23:03:56

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
avoid potential realloc use-after-free in the client if a remote
forwarding is added via the local session multiplexing socket
while a remote forwarding open request is pending with the server.

Report and fix from Brian Mingus of Cognatory