freebsd-src/include/ssp
Kyle Evans 0c47b9c211 include: ssp: don't shadow the mempcpy builtin
GCC emits a warning about shadowing a builtin with our mempcpy
declaration, so switch it to using the same model as memcpy() and
use the apparently-existing __builtin___mempcpy_chk().

Reviewed by:	kib (earlier version), markj
Sponsored by:	Klara, Inc.
Sponsored by:	Stormshield
Differential Revision:	https://reviews.freebsd.org/D45976
2024-07-16 00:12:28 -05:00
..
Makefile include: ssp: fortify <sys/socket.h> 2024-07-13 00:16:26 -05:00
poll.h include: ssp: fortify poll/ppoll from <poll.h> 2024-07-13 00:16:24 -05:00
random.h include: ssp: fortify <sys/random.h> 2024-07-13 00:16:25 -05:00
socket.h include: ssp: fix the build with earlier C standards 2024-07-16 00:12:27 -05:00
ssp.h include: ssp: fix the build with earlier C standards 2024-07-16 00:12:27 -05:00
stdio.h include: ssp: round out fortification of current set of headers 2024-07-13 00:16:24 -05:00
stdlib.h include: ssp: fortify <stdlib.h> 2024-07-13 00:16:24 -05:00
string.h include: ssp: don't shadow the mempcpy builtin 2024-07-16 00:12:28 -05:00
strings.h include: ssp: round out fortification of current set of headers 2024-07-13 00:16:24 -05:00
uio.h include: ssp: fortify <sys/uio.h> 2024-07-13 00:16:25 -05:00
unistd.h include: ssp: round out fortification of current set of headers 2024-07-13 00:16:24 -05:00
wchar.h include: ssp: fortify <wchar.h> 2024-07-13 00:16:25 -05:00