]> granicus.if.org Git - php/commit
Fix overflow in memory limit checks
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 26 Aug 2019 08:23:23 +0000 (10:23 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 26 Aug 2019 08:25:30 +0000 (10:25 +0200)
commit16d35eb643bf974554e5264021ee10fc969e2053
tree31840ba92b19b4d66c3f5257be46a4936f011cb6
parent4b4a656d9e5fac90373521b6624747dd7aa3b9e8
Fix overflow in memory limit checks

Due to overflows in the memory limit checks, we were missing cases
where the allocation size was close to the address space size, and
caused an OOM condition rather than a memory limit error.
Zend/zend_alloc.c
ext/standard/tests/strings/wordwrap_memory_limit.phpt [new file with mode: 0644]