CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/26 05:26:01
Modified files:
usr.bin/ssh : packet.c
Log message:
backout 1.293 fix kex mem-leak in ssh_packet_close at markus request
the change introduced a NULL deref in sshpkt_vfatal() (uses of ssh->kex after
calling ssh_packet_clear_keys())
