Module Name: src Committed By: riastradh Date: Sun Mar 30 15:38:38 UTC 2025
Modified Files: src/lib/libc/gen: ctype_guard.h src/tests/lib/libc/gen: Makefile t_ctype.c Log Message: ctype(3): Disable guard page in static libc. Adding the guard page may have overflown several small installation media. Let's try to keep this case small. Update the tests to detect the cases where we will be running against a libc without a guard page on the LC_CTYPE=C tables, and skip testing abuse detection when it would rely on the guard page. PR lib/58208: ctype(3) provides poor runtime feedback of abuse To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/gen/ctype_guard.h cvs rdiff -u -r1.58 -r1.59 src/tests/lib/libc/gen/Makefile cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libc/gen/t_ctype.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.