diff options
| author | Takashi Yano <takashi.yano@nifty.ne.jp> | 2025-12-04 19:50:02 +0900 |
|---|---|---|
| committer | Takashi Yano <takashi.yano@nifty.ne.jp> | 2025-12-04 19:52:27 +0900 |
| commit | 0d34ce2d787f0eff2e4bb4d483d4344f3f6bc37b (patch) | |
| tree | 25737550f326a09fe1d134fe1df14f7ef317d584 /winsup/cygwin | |
| parent | a2c34f06d41e535a278130b6d2015aef37726cf7 (diff) | |
| download | newlib-master.zip newlib-master.tar.gz newlib-master.tar.bz2 | |
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
(cherry picked from commit 7d43942e7c3b56799e9e46c4701f86a8eb0ed579)
Diffstat (limited to 'winsup/cygwin')
| -rw-r--r-- | winsup/cygwin/release/3.6.6 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.6.6 b/winsup/cygwin/release/3.6.6 new file mode 100644 index 0000000..09b6a39 --- /dev/null +++ b/winsup/cygwin/release/3.6.6 @@ -0,0 +1,16 @@ +Fixes: +------ + +- Fix the problem that the destructor of dlopen()'ed DLL may be called + after dlclose(). This fixes the crash on exiting SDL2. + Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258877.html + +- Fix the problem that the constructor of dlopen()'ed DLL may be called + twice. + +- Fix deadlock regarding atexit()'ed function, that waits for another + thread which calls atexit(). + Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258930.html + +- Fix the problem that tmp_pathbuf area is destroyed regarding flock(). + Addresses: https://cygwin.com/pipermail/cygwin/2025-October/258914.html |
