about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-11-27 16:12:43 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-11-27 18:40:56 +0100
commitce6ba630dbc96f49eb1f30366aa62261df4792f9 (patch)
tree5151818a89dc1cd3d1c9d5082ab03f6716dd4036 /ChangeLog
parentf5cc21eaeea6afbdfd543c63d2a552f141a91781 (diff)
downloadglibc-ce6ba630dbc96f49eb1f30366aa62261df4792f9.tar.gz
glibc-ce6ba630dbc96f49eb1f30366aa62261df4792f9.tar.xz
glibc-ce6ba630dbc96f49eb1f30366aa62261df4792f9.zip
CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]
(cherry picked from commit d527c860f5a3f0ed687bd03f0cb464612dc23408)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c92ee7764..a997003664 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-11-27  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #23927]
+	CVE-2018-19591
+	* sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex): Avoid
+	descriptor leak in case of ENODEV error.
+
 2018-11-19  Florian Weimer  <fweimer@redhat.com>
 
 	support: Print timestamps in timeout handler.