CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2022/06/30 21:35:45
Modified files: usr.bin/ssh : compat.c Log message: Always return allocated strings from the kex filtering so that we can free them later. Fix one leak in compat_kex_proposal. Based on github PR#324 from ZoltanFridrich with some simplications by me. ok djm@