diff options
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS index e0e505690b..0540fd2713 100644 --- a/NEWS +++ b/NEWS @@ -72,9 +72,10 @@ Security related changes: vulnerability; only trusted binaries must be examined using the ldd script.) - CVE-2017-15670: The glob function, when invoked with GLOB_TILDE, suffered - from a one-byte overflow during ~ operator processing (either on the stack - or the heap, depending on the length of the user name). + CVE-2017-15670: The glob function, when invoked with GLOB_TILDE, + suffered from a one-byte overflow during ~ operator processing (either + on the stack or the heap, depending on the length of the user name). + Reported by Tim Rühsen. The following bugs are resolved with this release: |