CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/23 22:37:00
Modified files:
usr.bin/ssh : sshconnect2.c sshd.c
Log message:
Don't leak the strings allocated by order_hostkeyalgs() and
list_hostkey_types() that are passed to compat_pkalg_proposal().
Part of github PR#324 from ZoltanFridrich, ok djm@
