about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-07-04 11:18:34 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-07-04 11:18:34 +0200
commit89f6307c5d270ed4f11cee373031fa9f2222f2b9 (patch)
tree36ff15d6ad1d7ffe766754d3be10ffd0ae04777f /ChangeLog
parente237357a5a0559dee92261f1914d1fa2cd43a1a8 (diff)
downloadglibc-89f6307c5d270ed4f11cee373031fa9f2222f2b9.tar.gz
glibc-89f6307c5d270ed4f11cee373031fa9f2222f2b9.tar.xz
glibc-89f6307c5d270ed4f11cee373031fa9f2222f2b9.zip
resolv: Fix improper assert in __resolv_conf_attach
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cc4f2c930..5bbc323c1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-07-04  Florian Weimer  <fweimer@redhat.com>
+
+	* resolv/resolv_conf.c (struct resolv_conf_global): Clarify free
+	list management and the role of free_list_start.
+	(decrement_at_index): Put zero at the end of the free list.
+	(__resolv_conf_attach): Fix bogus assert.
+	* resolv/Makefile (tests): Add tst-resolv-res_init-multi.
+	(tst-resolv-res_init-multi): Link with -lresolv, -lpthread.
+
 2017-07-03  Florian Weimer  <fweimer@redhat.com>
 
 	resolv: Introduce free list for resolv_conf index slosts.