CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/28 01:44:32
Modified files:
usr.bin/ssh : sftp-client.c sftp.c
Log message:
Plug more mem leaks in sftp by making make_absolute_pwd_glob work in
the same way as make_absolute: you pass it a dynamically allocated string
and it either returns it, or frees it and allocates a new one.
Patch from emaste at freebsd.org and https://reviews.freebsd.org/D37253
ok djm@
