about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMingli Yu <Mingli.Yu@windriver.com>2018-09-20 12:02:48 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-09-20 12:02:48 +0200
commit1214ba06e6771acb953a190091b0f6055c64fd25 (patch)
tree2d153421a34ad65f7729db9042595e877d18df94 /ChangeLog
parent791b350dc725545e3f9b5db0f97ebdbc60c9735f (diff)
downloadglibc-1214ba06e6771acb953a190091b0f6055c64fd25.tar.gz
glibc-1214ba06e6771acb953a190091b0f6055c64fd25.tar.xz
glibc-1214ba06e6771acb953a190091b0f6055c64fd25.zip
Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]
A NULL value can happen with certain gethostbyname_r failures.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5becac41c..4a66ea4c2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-20  Mingli Yu  <Mingli.Yu@windriver.com>
+
+	* sysdeps/unix/sysv/linux/gethostid.c (gethostid): Check for NULL
+	value from gethostbyname_r.
+
 2018-09-19  Carlos O'Donell  <carlos@redhat.com>
 
 	* stdlib/tst-setcontext9.c (f1): Rename to...