about summary refs log tree commit diff
path: root/debug/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-08 19:48:47 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-08 19:48:47 -0400
commita0f33f996f7986dbf37631a4577f8565b42df29e (patch)
tree78c71a736d4bd75009abba7796f0e0aca78e47ec /debug/Versions
parent762011fe9ffded81448be4dc50a2b27faaafe4c9 (diff)
downloadglibc-a0f33f996f7986dbf37631a4577f8565b42df29e.tar.gz
glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.tar.xz
glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.zip
Add range checking for FD_SET, FD_CLR, and FD_ISSET
Diffstat (limited to 'debug/Versions')
-rw-r--r--debug/Versions3
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;
   }