diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-07-04 11:18:34 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-07-04 11:18:34 +0200 |
commit | 89f6307c5d270ed4f11cee373031fa9f2222f2b9 (patch) | |
tree | 36ff15d6ad1d7ffe766754d3be10ffd0ae04777f /ChangeLog | |
parent | e237357a5a0559dee92261f1914d1fa2cd43a1a8 (diff) | |
download | glibc-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-- | ChangeLog | 9 |
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. |