musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/conf/confstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/confstr.c')
-rw-r--r--src/conf/confstr.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/confstr.c b/src/conf/confstr.c
index 6e9c23a0..02cb1aa2 100644
--- a/src/conf/confstr.c
+++ b/src/conf/confstr.c
@@ -7,7 +7,7 @@ size_t confstr(int name, char *buf, size_t len)
const char *s = "";
if (!name) {
s = "/bin:/usr/bin";
- } else if ((name&~4U)!=1 && name-_CS_POSIX_V6_ILP32_OFF32_CFLAGS>31U) {
+ } else if ((name&~4U)!=1 && name-_CS_POSIX_V6_ILP32_OFF32_CFLAGS>33U) {
errno = EINVAL;
return 0;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月08日 02:02:42 +0000

AltStyle によって変換されたページ (->オリジナル) /