From 6b2813c3a735af0cf66c5c921752b36f169be000 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 11 Sep 2017 12:42:54 +0800 Subject: Fixed bug #75152 (signed integer overflow in parse_iv) --- ext/standard/tests/serialize/bug74614.phpt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/standard/tests/serialize/bug74614.phpt') diff --git a/ext/standard/tests/serialize/bug74614.phpt b/ext/standard/tests/serialize/bug74614.phpt index 794c8714d3..eab58d291b 100644 --- a/ext/standard/tests/serialize/bug74614.phpt +++ b/ext/standard/tests/serialize/bug74614.phpt @@ -7,4 +7,6 @@ unserialize('a:3020000000000000000000000000000001:{i:0;a:0:{}i:1;i:2;i:2;i:3;i:3 ?> --EXPECTF-- +Warning: unserialize(): Numerical result out of range in %sbug74614.php on line %d + Notice: unserialize(): Error at offset %d of 113 bytes in %s on line %d -- cgit v1.2.1