diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 19:48:47 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 19:48:47 -0400 |
commit | a0f33f996f7986dbf37631a4577f8565b42df29e (patch) | |
tree | 78c71a736d4bd75009abba7796f0e0aca78e47ec /debug/Versions | |
parent | 762011fe9ffded81448be4dc50a2b27faaafe4c9 (diff) | |
download | glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.tar glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.tar.gz glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.tar.bz2 glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.zip |
Add range checking for FD_SET, FD_CLR, and FD_ISSET
Diffstat (limited to 'debug/Versions')
-rw-r--r-- | debug/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/Versions b/debug/Versions index ff40107b77..3db4a2955f 100644 --- a/debug/Versions +++ b/debug/Versions @@ -49,6 +49,9 @@ libc { GLIBC_2.11 { __longjmp_chk; } + GLIBC_2.15 { + __fdelt_chk; __fdelt_warn; + } GLIBC_PRIVATE { __fortify_fail; } |