about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-07-03 15:58:48 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-07-03 15:58:48 +0200
commit762e9d63d531de78c930335dd3afbc593046514b (patch)
tree21f764f413eaaac004d677ac4b69fdb42d56c3c6
parent2781bd5a8690b5f1553b655f947a35f1d3dd23d0 (diff)
downloadglibc-762e9d63d531de78c930335dd3afbc593046514b.tar.gz
glibc-762e9d63d531de78c930335dd3afbc593046514b.tar.xz
glibc-762e9d63d531de78c930335dd3afbc593046514b.zip
NEWS: Reorder out-of-order bugs
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5bcca538c6..c0b9398e83 100644
--- a/NEWS
+++ b/NEWS
@@ -120,23 +120,23 @@ The following bugs are resolved with this release:
   [22299] x86-64: Don't set GLRO(dl_platform) to NULL
   [22320] glob: Fix one-byte overflow (CVE-2017-15670)
   [22321] sysconf: Fix missing definition of UIO_MAXIOV on Linux
-  [22442] if_nametoindex: Check length of ifname before copying it
   [22322] libc: [mips64] wrong bits/long-double.h installed
   [22325] glibc: Memory leak in glob with GLOB_TILDE (CVE-2017-15671)
   [22342] NSCD not properly caching netgroup
   [22343] malloc: Integer overflow in posix_memalign (CVE-2018-6485)
   [22375] malloc returns pointer from tcache instead of NULL (CVE-2017-17426)
   [22377] Provide a C++ version of iseqsig
-  [22636] PTHREAD_STACK_MIN is too small on x86-64
+  [22442] if_nametoindex: Check length of ifname before copying it
   [22627] $ORIGIN in $LD_LIBRARY_PATH is substituted twice
+  [22636] PTHREAD_STACK_MIN is too small on x86-64
   [22637] nptl: Fix stack guard size accounting
   [22644] Fix i386 memmove issue
   [22679] getcwd(3) can succeed without returning an absolute path
     (CVE-2018-1000001)
   [22685] powerpc: Fix syscalls during early process initialization
-  [22786] Fix path length overflow in realpath
   [22715] x86-64: Properly align La_x86_64_retval to VEC_SIZE
   [22774] malloc: Integer overflow in malloc (CVE-2018-6551)
+  [22786] Fix path length overflow in realpath
   [23005] resolv: Fix crash in resolver on memory allocation failure
   [23024] getlogin_r: return early when linux sentinel value is set
   [23037] resolv: Fully initialize struct mmsghdr in send_dg