]> 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:09:05 +0000 (16:09 +0200)
commitd265b6129184dd94da600187b67cef9125bc58c7
tree004121717afe5471d79815cb539842337beb76e5
parent27233446a62ca35ce0b54566279a99a6774d4210
__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