summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/1.7.33
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-27 21:19:40 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-10-27 21:19:40 +0000
commitb7749822ed50355d6d9f09d5b45ab3a98d7dcaae (patch)
treef335b0e0ec7f58e2fd0f765bdd292913f498b940 /winsup/cygwin/release/1.7.33
parent8134be8ac29f12794704b282e9b6f61e7a65254c (diff)
downloadcygnal-b7749822ed50355d6d9f09d5b45ab3a98d7dcaae.tar.gz
cygnal-b7749822ed50355d6d9f09d5b45ab3a98d7dcaae.tar.bz2
cygnal-b7749822ed50355d6d9f09d5b45ab3a98d7dcaae.zip
* dcrt0.cc (cygwin_atexit): Add workaround for broken atexit calls
in __gcc_register_frame of DLLs built with gcc-4.8.3-3.
Diffstat (limited to 'winsup/cygwin/release/1.7.33')
-rw-r--r--winsup/cygwin/release/1.7.333
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.33 b/winsup/cygwin/release/1.7.33
index c7acd071d..13d278648 100644
--- a/winsup/cygwin/release/1.7.33
+++ b/winsup/cygwin/release/1.7.33
@@ -83,3 +83,6 @@ Bug Fixes
- Fix a SEGV in cygcheck if the environment variable COMSPEC is not, or
incorrectly set.
Addresses: https://cygwin.com/ml/cygwin/2014-10/msg00292.html
+
+- Fix a SEGV in some 64 bit applications explicitely dlclosing DLLs.
+ Addresses: https://cygwin.com/ml/cygwin/2014-10/msg00402.html