summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/release/2.10.14
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.10.1 b/winsup/cygwin/release/2.10.1
index c08d10209..1b7adcbde 100644
--- a/winsup/cygwin/release/2.10.1
+++ b/winsup/cygwin/release/2.10.1
@@ -13,3 +13,7 @@ Bug Fixes
- Fix utils path handling in case cygdrive path is just '/'.
Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00174.html
+
+- Fix a potential SIGFPE in strtod, if FE_INVALID exceptions are
+ enabled.
+ Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00055.html