aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-09-06 11:25:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-09-06 16:03:28 +0200
commitab5ac271e6210fa0af11cf3ca525ce573bc47c48 (patch)
treec8dcd6ff3bd96dc70b0b8f43def43404569f4d0a /ChangeLog
parenta83047308196e3e54716a39dd85c0a08b198d6bd (diff)
downloadglibc-ab5ac271e6210fa0af11cf3ca525ce573bc47c48.zip
glibc-ab5ac271e6210fa0af11cf3ca525ce573bc47c48.tar.gz
glibc-ab5ac271e6210fa0af11cf3ca525ce573bc47c48.tar.bz2
__libc_dynarray_emplace_enlarge: Add missing else
Before, arrays of small elements received a starting allocation size of 8, not 16.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6150ba1..815c8fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2017-09-06 Florian Weimer <fweimer@redhat.com>
+ * malloc/dynarray_emplace_enlarge.c
+ (__libc_dynarray_emplace_enlarge): Add missing else.
+
+2017-09-06 Florian Weimer <fweimer@redhat.com>
+
[BZ #22096]
* resolv/resolv_conf.c (__resolv_conf_attach): Do not free conf in
case of failure to obtain the global conf object.