CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/17 09:38:38
Modified files:
usr.bin/xinstall: xinstall.c
Log message:
create_tempfile: pass pointer to full pathname to strlcat()
Fixes a potential buffer overrun. Also check strlcpy() and strlcat()
return value to detect truncations. Based on a diff from naddy@.
OK naddy@ tb@ deraadt@
