Don't leak the strings allocated by order_hostkeyalgs() and
authordtucker <dtucker@openbsd.org>
Fri, 24 Jun 2022 04:37:00 +0000 (04:37 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 24 Jun 2022 04:37:00 +0000 (04:37 +0000)
commit0b92530905b23ca107eae1b571db4ae7d97b0487
tree3aeaa073e366078b06bb33ede1d46b39da820518
parenta954951c7c42e90aeacbccc53413bb0e444da2cb
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@
usr.bin/ssh/sshconnect2.c
usr.bin/ssh/sshd.c