Edit

IABSD.fr/src/usr.bin/xinstall

Branch :

  • Show log

    Commit

  • Author : millert
    Date : 2024-10-17 15:38:38
    Hash : bdfaa295
    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@