]> granicus.if.org Git - php/commit
Reduce reallocations in exif parsing
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 7 Nov 2019 20:07:58 +0000 (21:07 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 7 Nov 2019 20:20:34 +0000 (21:20 +0100)
commit80cfd990740aef314b7943a3fa18c27a23f40566
treed66dbed95c4eb72a5123217f6c616616a1ca4867
parent11649a6d779997fac59f487c76dd361cdefe73fb
Reduce reallocations in exif parsing

Instead of reallocating lists element by element, increase the
allocated list size exponentially.
ext/exif/exif.c