CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/12 23:11:02
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
fix hard-to-reach NULL deref during pubkey auth
To hit this, the user must be using a PEM style private key with no
corresponding .pub key adjacent to it.
