diff options
author | Florian Weimer <fweimer@redhat.com> | 2014-02-25 14:56:10 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2014-02-25 14:56:10 +0100 |
commit | 4cbf380ce948ca15a965a78f0c1a092cf5956792 (patch) | |
tree | 44f72a303346dff92c2051269b3dad3bbd4a7160 /NEWS | |
parent | 80a56cc3ee45d4a2a1c3ec5e67ff359a7b380fb6 (diff) | |
download | glibc-4cbf380ce948ca15a965a78f0c1a092cf5956792.zip glibc-4cbf380ce948ca15a965a78f0c1a092cf5956792.tar.gz glibc-4cbf380ce948ca15a965a78f0c1a092cf5956792.tar.bz2 |
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 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Version 2.20 * The following bugs are resolved with this release: - 15804, 15894, 16447, 16545, 16574, 16600, 16609, 16610, 16611. + 15347, 15804, 15894, 16447, 16545, 16574, 16600, 16609, 16610, 16611. * The am33 port, which had not worked for several years, has been removed from ports. |