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
