aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2020-03-04 22:32:32 +0100
committerAurelien Jarno <aurelien@aurel32.net>2020-03-11 12:20:26 +0100
commit15ab195229dc288d1d49612c3de14a33b88065ed (patch)
tree1a128e879328ac1fd8865dd73bb10a6fdb0ae074
parentgcc PR 89877: miscompilation due to missing cc clobber in longlong.h macros (diff)
downloadglibc-15ab195229dc288d1d49612c3de14a33b88065ed.tar.gz
glibc-15ab195229dc288d1d49612c3de14a33b88065ed.tar.bz2
glibc-15ab195229dc288d1d49612c3de14a33b88065ed.zip
Add NEWS entry for CVE-2020-10029 (bug 25487)
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 77631ca707..e0379fc53c 100644
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,9 @@ Changes to build and runtime requirements:
Security related changes:
- [Add security related changes here]
+ CVE-2020-10029: Trigonometric functions on x86 targets suffered from stack
+ corruption when they were passed a pseudo-zero argument. Reported by Guido
+ Vranken / ForAllSecure Mayhem.
The following bugs are resolved with this release: