Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2022 18:36:47 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 124c19b0d879 - stable/13 - amd64 libc: add missed GNU-stack annotation to memmove/memcpy
Message-ID:  <202211251836.2APIalNi052439@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=124c19b0d87924bf6d3f08c3be75172bb09f7d0b

commit 124c19b0d87924bf6d3f08c3be75172bb09f7d0b
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-11-18 02:24:34 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-11-25 18:36:29 +0000

    amd64 libc: add missed GNU-stack annotation to memmove/memcpy
    
    (cherry picked from commit ae507c25de5ab327fca6578d2bd015aa4792b20d)
---
 lib/libc/amd64/string/memmove.S | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/libc/amd64/string/memmove.S b/lib/libc/amd64/string/memmove.S
index ea92cb18782a..bd074e233511 100644
--- a/lib/libc/amd64/string/memmove.S
+++ b/lib/libc/amd64/string/memmove.S
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211251836.2APIalNi052439>