Searched hist:"4719366192 d306a76e8e86bf926387f1c4122fd3" (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/secure/ |
H A D | stpcpy_chk.c | diff 4719366192d306a76e8e86bf926387f1c4122fd3 Sat Jul 13 07:16:09 CEST 2024 Kyle Evans <kevans@FreeBSD.org> libc: move __ssp_overlap back out into <ssp/ssp.h>
We'll be using it in some upcoming definitions in headers, so move it back now but slap a warning on it. Our upcoming uses will all be inside of inline functions, so we're not overly concerned about double evaluation immediately.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45677
|
H A D | stpncpy_chk.c | diff 4719366192d306a76e8e86bf926387f1c4122fd3 Sat Jul 13 07:16:09 CEST 2024 Kyle Evans <kevans@FreeBSD.org> libc: move __ssp_overlap back out into <ssp/ssp.h>
We'll be using it in some upcoming definitions in headers, so move it back now but slap a warning on it. Our upcoming uses will all be inside of inline functions, so we're not overly concerned about double evaluation immediately.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45677
|
H A D | strncpy_chk.c | diff 4719366192d306a76e8e86bf926387f1c4122fd3 Sat Jul 13 07:16:09 CEST 2024 Kyle Evans <kevans@FreeBSD.org> libc: move __ssp_overlap back out into <ssp/ssp.h>
We'll be using it in some upcoming definitions in headers, so move it back now but slap a warning on it. Our upcoming uses will all be inside of inline functions, so we're not overly concerned about double evaluation immediately.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45677
|
H A D | strcpy_chk.c | diff 4719366192d306a76e8e86bf926387f1c4122fd3 Sat Jul 13 07:16:09 CEST 2024 Kyle Evans <kevans@FreeBSD.org> libc: move __ssp_overlap back out into <ssp/ssp.h>
We'll be using it in some upcoming definitions in headers, so move it back now but slap a warning on it. Our upcoming uses will all be inside of inline functions, so we're not overly concerned about double evaluation immediately.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45677
|
H A D | memcpy_chk.c | diff 4719366192d306a76e8e86bf926387f1c4122fd3 Sat Jul 13 07:16:09 CEST 2024 Kyle Evans <kevans@FreeBSD.org> libc: move __ssp_overlap back out into <ssp/ssp.h>
We'll be using it in some upcoming definitions in headers, so move it back now but slap a warning on it. Our upcoming uses will all be inside of inline functions, so we're not overly concerned about double evaluation immediately.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45677
|
/freebsd/include/ssp/ |
H A D | ssp.h | diff 4719366192d306a76e8e86bf926387f1c4122fd3 Sat Jul 13 07:16:09 CEST 2024 Kyle Evans <kevans@FreeBSD.org> libc: move __ssp_overlap back out into <ssp/ssp.h>
We'll be using it in some upcoming definitions in headers, so move it back now but slap a warning on it. Our upcoming uses will all be inside of inline functions, so we're not overly concerned about double evaluation immediately.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45677
|