summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2014-02-25 14:56:10 +0100
committerFlorian Weimer <fweimer@redhat.com>2014-02-25 14:56:10 +0100
commit4cbf380ce948ca15a965a78f0c1a092cf5956792 (patch)
tree44f72a303346dff92c2051269b3dad3bbd4a7160 /ChangeLog
parent80a56cc3ee45d4a2a1c3ec5e67ff359a7b380fb6 (diff)
downloadglibc-4cbf380ce948ca15a965a78f0c1a092cf5956792.tar.gz
misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
Shifting into the sign position is currently supported as a GCC extension, but explicitly subjected to future changes. Computation in the unsigned type followed by a cast to the signed type is a GCC extension that will be available forever.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index caa89170d7..0071571bce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-25 Florian Weimer <fweimer@redhat.com>
+
+ [BZ #15347]
+ * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
+
2014-02-25 Will Newton <will.newton@linaro.org>
* sysdeps/arm/__longjmp.S: Include stap-probe.h.