mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
amd64 libc: add missed GNU-stack annotation to memmove/memcpy
(cherry picked from commit ae507c25de)
This commit is contained in:
parent
e09d209d1a
commit
124c19b0d8
1 changed files with 2 additions and 0 deletions
|
|
@ -306,3 +306,5 @@ ENTRY(memcpy)
|
|||
MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END
|
||||
END(memcpy)
|
||||
#endif
|
||||
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
|
|
|
|||
Loading…
Reference in a new issue