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:
@@ -49,6 +49,9 @@ libc {
|
||||
GLIBC_2.11 {
|
||||
__longjmp_chk;
|
||||
}
|
||||
GLIBC_2.15 {
|
||||
__fdelt_chk; __fdelt_warn;
|
||||
}
|
||||
GLIBC_PRIVATE {
|
||||
__fortify_fail;
|
||||
}
|
||||
|
Reference in New Issue
Block a user