1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Add range checking for FD_SET, FD_CLR, and FD_ISSET

This commit is contained in:
Ulrich Drepper
2011-09-08 19:48:47 -04:00
parent 762011fe9f
commit a0f33f996f
10 changed files with 121 additions and 10 deletions

View File

@@ -49,6 +49,9 @@ libc {
GLIBC_2.11 {
__longjmp_chk;
}
GLIBC_2.15 {
__fdelt_chk; __fdelt_warn;
}
GLIBC_PRIVATE {
__fortify_fail;
}