/freebsd/include/ssp/ |
H A D | wchar.h | b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | Makefile | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_wchar_test.c | b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | fortify_stdlib_test.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | fortify_poll_test.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | Makefile | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | fortify_strings_test.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | fortify_unistd_test.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | fortify_stdio_test.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | fortify_string_test.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | generate-fortify-tests.lua | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
/freebsd/lib/libc/string/ |
H A D | wmempcpy.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wcpncpy.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wcpcpy.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wcslcpy.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wmemmove.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wmemcpy.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wmemset.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wcscpy.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wcslcat.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wcscat.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wcsncat.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
H A D | wcsncpy.c | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|
/freebsd/include/ |
H A D | wchar.h | diff b53d7aa88fd5a5e8a67dd71ea7332fa473595d28 Sat Jul 13 07:16:11 CEST 2024 Kyle Evans <kevans@FreeBSD.org> include: ssp: fortify <wchar.h>
This includes all of the w*() equivalents to str*()/mem*() implemented in more or less the same way. For these ones, we'll just use header-only implementations from the start to stop further cluttering the libc symbol table.
Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45682
|