From 4cbf380ce948ca15a965a78f0c1a092cf5956792 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 25 Feb 2014 14:56:10 +0100 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index caa89170d7..0071571bce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-02-25 Florian Weimer + + [BZ #15347] + * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow. + 2014-02-25 Will Newton * sysdeps/arm/__longjmp.S: Include stap-probe.h. -- cgit 1.4.1