aboutsummaryrefslogtreecommitdiff
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:12:49 +0100
commitd527c860f5a3f0ed687bd03f0cb464612dc23408 (patch)
treee2aaa3fa759808a9fcfd3ef80a73131864deee7b /ChangeLog
parent979cfed05d0ee5a9d81d310ea1eb2d590739e36b (diff)
downloadglibc-d527c860f5a3f0ed687bd03f0cb464612dc23408.zip
glibc-d527c860f5a3f0ed687bd03f0cb464612dc23408.tar.gz
glibc-d527c860f5a3f0ed687bd03f0cb464612dc23408.tar.bz2
CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bf877e..086cbd4 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-27 Rafael Ávila de Espíndola <rafael@espindo.la>
[BZ #19767]