CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/30 21:39:44
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@
This is a roll-forward of the previous rollback now that the required
changes in compat.c have been done.
