CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/31 03:50:10
Modified files:
usr.bin/ssh : sshsig.c
Log message:
Set linesize returned by getline to zero when freeing and NULLing the
returned string. OpenBSD's getline handles this just fine, but some
implementations used by -portable do not. ok djm@
