about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-01-04 13:39:21 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-01-04 13:39:21 +0100
commit31f96325ca03429053199403651bb1b1b4db1dfb (patch)
treef94ff3b5eb39819399d04b3228b43bcecf0fb346 /ChangeLog
parent1714fc06e08db35fc3638ddde259d61c7a764861 (diff)
downloadglibc-31f96325ca03429053199403651bb1b1b4db1dfb.tar.gz
glibc-31f96325ca03429053199403651bb1b1b4db1dfb.tar.xz
glibc-31f96325ca03429053199403651bb1b1b4db1dfb.zip
Mention CVE-2017-16997 in ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40e4d1b4eb..878a738a32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -109,6 +109,7 @@
 	    Dmitry V. Levin  <ldv@altlinux.org>
 
 	[BZ #22625]
+	CVE-2017-16997
 	* elf/dl-load.c (fillin_rpath): Check for empty tokens before dynamic
 	string token expansion. Check for NULL pointer or empty string possibly
 	returned by expand_dynamic_string_token.