]> granicus.if.org Git - php/commit
Fixed bug #68225 unpack and X format code
authorAnatol Belski <ab@php.net>
Fri, 28 Nov 2014 09:17:22 +0000 (10:17 +0100)
committerAnatol Belski <ab@php.net>
Fri, 28 Nov 2014 09:22:03 +0000 (10:22 +0100)
commite7a6c15b93ab35bb148fa2ab31e905bb9a3afb51
treedcb911658831fff86d4c7d0c06716c364556f588
parentdcfe58773eed1f0948108c67f94eec2d512a5abf
Fixed bug #68225 unpack and X format code

This is done by reverting some parts to the state of pre 7, whereby
that means all the size_t potential isn't exhausted. This might be
a subject of the subsequent fix, the functionality can be ensured
with the supplied test.
ext/standard/pack.c
ext/standard/tests/strings/unpack_bug68225.phpt [new file with mode: 0644]