]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/ChangeLog
Fix potentially undefined behaviour use of strcpcy.
authorNick Clifton <nickc@redhat.com>
Tue, 16 Mar 2021 14:02:38 +0000 (14:02 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 16 Mar 2021 14:02:59 +0000 (14:02 +0000)
commitee42883cff56a3fb6fb4ff939dd3c8c4f42d4c12
tree76cde264402b4677f2c10c65e5cb634cd617acd8
parent012d44268695f1c5d4e2e019c610c8b99bd7e553
Fix potentially undefined behaviour use of strcpcy.

* pe-dll.c (pe_find_cdecl_alias_match): Use memmove to overwrite
lname string.
ld/ChangeLog
ld/pe-dll.c