From: Florian Weimer Date: Thu, 4 Jan 2018 12:41:27 +0000 (+0100) Subject: Mention CVE-2017-16997 in ChangeLog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfda785841346038d338b8c4c8eb590737c6dbf5;p=thirdparty%2Fglibc.git Mention CVE-2017-16997 in ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 2e6383b3dc9..929f846be8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ Dmitry V. Levin [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.