We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23378fb commit 7d43942Copy full SHA for 7d43942
1 file changed
winsup/cygwin/release/3.6.6
@@ -0,0 +1,16 @@
1
+Fixes:
2
+------
3
+
4
+- Fix the problem that the destructor of dlopen()'ed DLL may be called
5
+ after dlclose(). This fixes the crash on exiting SDL2.
6
+ Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258877.html
7
8
+- Fix the problem that the constructor of dlopen()'ed DLL may be called
9
+ twice.
10
11
+- Fix deadlock regarding atexit()'ed function, that waits for another
12
+ thread which calls atexit().
13
+ Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258930.html
14
15
+- Fix the problem that tmp_pathbuf area is destroyed regarding flock().
16
+ Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258914.html
0 commit comments