]> git.ipfire.org Git - thirdparty/glibc.git/blob - include/nss.h
Further harden glibc malloc metadata against 1-byte overflows.
[thirdparty/glibc.git] / include / nss.h
1 #ifndef _NSS_H
2 #include <nss/nss.h>
3
4 # ifndef _ISOMAC
5
6 #define NSS_INVALID_FIELD_CHARACTERS ":\n"
7 extern const char __nss_invalid_field_characters[] attribute_hidden;
8
9 _Bool __nss_valid_field (const char *value)
10 attribute_hidden internal_function;
11 _Bool __nss_valid_list_field (char **list)
12 attribute_hidden internal_function;
13 const char *__nss_rewrite_field (const char *value, char **to_be_freed)
14 attribute_hidden internal_function;
15
16 # endif /* !_ISOMAC */
17 #endif /* _NSS_H */