diff options
author | Florian Weimer <fweimer@redhat.com> | 2014-06-16 18:00:09 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2014-06-16 18:00:09 +0200 |
commit | a7291117328b413295ae7d1c841e944bc60062d3 (patch) | |
tree | 01828262f0fdb6543b24ab5b26f1053bf7f67a36 /NEWS | |
parent | 3d7c00e3a944e07a74fc1c18e342ed7f38b2d88e (diff) | |
download | glibc-a7291117328b413295ae7d1c841e944bc60062d3.tar.gz glibc-a7291117328b413295ae7d1c841e944bc60062d3.tar.xz glibc-a7291117328b413295ae7d1c841e944bc60062d3.zip |
Fix tautological comparison in non-executed part of tst-setuid2 (BZ #17058)
This part never runs with the current implementation because the setresuid call currently aborts (as intended).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 38cc5b54de..52cd9b6aa8 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,7 @@ Version 2.20 16791, 16796, 16799, 16800, 16815, 16823, 16824, 16831, 16838, 16849, 16854, 16876, 16877, 16878, 16882, 16885, 16888, 16890, 16912, 16915, 16916, 16917, 16922, 16927, 16928, 16932, 16943, 16958, 16965, 16966, - 16967, 16977, 16978, 16984, 16990, 16996, 17009, 17042, 17048. + 16967, 16977, 16978, 16984, 16990, 16996, 17009, 17042, 17048, 17058. * The minimum Linux kernel version that this version of the GNU C Library can be used with is 2.6.32. |