about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2023-10-18 14:31:02 +0200
committerFlorian Weimer <fweimer@redhat.com>2023-10-18 14:31:02 +0200
commitdc3b5b9048d342b5b779683dff018ac3bd14a17b (patch)
tree5f76c4cfc2853ec6bc917fbfaf0d50b9a287e249 /NEWS
parentad96b5532570a6782f784b4f2c6aa2a52359144d (diff)
downloadglibc-dc3b5b9048d342b5b779683dff018ac3bd14a17b.tar.gz
glibc-dc3b5b9048d342b5b779683dff018ac3bd14a17b.tar.xz
glibc-dc3b5b9048d342b5b779683dff018ac3bd14a17b.zip
Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
This reverts commit 5d83a52a4905405792418d6a0f3afa3601a98c37.

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 5358e0cbe3..ed72d2f2e6 100644
--- a/NEWS
+++ b/NEWS
@@ -84,7 +84,6 @@ The following bugs are resolved with this release:
   [30305] x86_64: Fix asm constraints in feraiseexcept
   [30477] libc: [RISCV]: time64 does not work on riscv32
   [30515] _dl_find_object incorrectly returns 1 during early startup
-  [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)