aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-01-06 09:32:41 -0800
committerH.J. Lu <hjl.tools@gmail.com>2015-01-06 09:32:41 -0800
commit1cf98e27a7280b55f42aae191b6083d71e42e993 (patch)
tree5395cfd6aa7435d1e2a610cc4607d27e71dafaea
parent38949026b3600d035281d8eaf833dd327585bdd0 (diff)
downloadglibc-1cf98e27a7280b55f42aae191b6083d71e42e993.zip
glibc-1cf98e27a7280b55f42aae191b6083d71e42e993.tar.gz
glibc-1cf98e27a7280b55f42aae191b6083d71e42e993.tar.bz2
Mention bug fix for BZ #17806
-rw-r--r--ChangeLog1
-rw-r--r--NEWS3
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ba3b8e..fdd7253 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2015-01-06 Aurelien Jarno <aurelien@aurel32.net>
+ [BZ #17806]
* resolv/res_init.c (__res_iclose): Only clear nsinit if the
addresses have been freed.
diff --git a/NEWS b/NEWS
index 49c0a2d..acb611a 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,8 @@ Version 2.21
17583, 17584, 17585, 17589, 17594, 17601, 17608, 17616, 17625, 17630,
17633, 17634, 17635, 17647, 17653, 17657, 17664, 17665, 17668, 17682,
17717, 17719, 17722, 17723, 17724, 17725, 17732, 17733, 17744, 17745,
- 17746, 17747, 17775, 17777, 17780, 17781, 17782, 17793, 17796, 17797
+ 17746, 17747, 17775, 17777, 17780, 17781, 17782, 17793, 17796, 17797,
+ 17806
* i386 memcpy functions optimized with SSE2 unaligned load/store.