CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/15 02:17:57
Modified files:
usr.bin/ssh : sftp.c sftp-usergroup.c
Log message:
sftp: don't crash when glob(3) results lack stat information
Avoid NULL deref crashes when remote glob(3) results lack stat
information. This can happen if the sftp server selectively fails
a stat/lstat operation.
GHPR707 from Nguyá»
n Anh Bình
