]> git.ipfire.org Git - thirdparty/glibc.git/commit
__libc_dynarray_emplace_enlarge: Add missing else
authorFlorian Weimer <fweimer@redhat.com>
Wed, 6 Sep 2017 09:25:14 +0000 (11:25 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 6 Sep 2017 14:03:28 +0000 (16:03 +0200)
commitab5ac271e6210fa0af11cf3ca525ce573bc47c48
treec8dcd6ff3bd96dc70b0b8f43def43404569f4d0a
parenta83047308196e3e54716a39dd85c0a08b198d6bd
__libc_dynarray_emplace_enlarge: Add missing else

Before, arrays of small elements received a starting allocation size of
8, not 16.
ChangeLog
malloc/dynarray_emplace_enlarge.c