https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=35bb10c895e987e5f37c323f9817c97ae409ac41
commit 35bb10c895e987e5f37c323f9817c97ae409ac41 Author: Corinna Vinschen <[email protected]> AuthorDate: Mon Nov 13 20:01:36 2023 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Mon Nov 13 20:01:36 2023 +0100 Add release text for random(3) fix Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/3.4.10 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.4.10 b/winsup/cygwin/release/3.4.10 index ec28cdf7e791..bcc516427aa0 100644 --- a/winsup/cygwin/release/3.4.10 +++ b/winsup/cygwin/release/3.4.10 @@ -9,3 +9,6 @@ Bug Fixes - Let feraiseexcept actually raise an exception. Addresses: https://cygwin.com/pipermail/cygwin/2023-October/254667.html + +- Make random(3) family of functions thread-safe. + Addresses: https://cygwin.com/pipermail/cygwin/2023-November/254734.html
