about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2023-10-18 14:25:46 +0200
committerFlorian Weimer <fweimer@redhat.com>2023-10-18 14:25:46 +0200
commit719866ab2ff0e6d514a04fb47e507d92e70ef7ee (patch)
tree368357a5daf4d5e10812c0e7e06bd986fd4030b4 /NEWS
parente0b6c9706c91a642c781918eea52588ee8dc9f09 (diff)
downloadglibc-719866ab2ff0e6d514a04fb47e507d92e70ef7ee.tar.gz
glibc-719866ab2ff0e6d514a04fb47e507d92e70ef7ee.tar.xz
glibc-719866ab2ff0e6d514a04fb47e507d92e70ef7ee.zip
Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
This reverts commit a3189f66a5f2fe86568286fa025fa153be04c6c0.

Reason for revert: Incompatibility with existing applications.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bfcd46efa9..f117874e34 100644
--- a/NEWS
+++ b/NEWS
@@ -32,7 +32,6 @@ Security related changes:
 The following bugs are resolved with this release:
 
   [30723] posix_memalign repeatedly scans long bin lists
-  [30785] Always call destructors in reverse constructor order
   [30804] F_GETLK, F_SETLK, and F_SETLKW value change for powerpc64 with
     -D_FILE_OFFSET_BITS=64
   [30842] Stack read overflow in getaddrinfo in no-aaaa mode (CVE-2023-4527)