]> granicus.if.org Git - php/commit
Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64
authorGustavo André dos Santos Lopes <cataphract@php.net>
Mon, 23 Apr 2012 21:09:38 +0000 (22:09 +0100)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Mon, 23 Apr 2012 21:09:38 +0000 (22:09 +0100)
commit8d748e5de519867d9b6ce40e3ea28a209b07768f
tree25a9c79895c04782f12ceec3ec92d685f5f9908d
parentc8865e3b84c9a3d08811b3b8f954defcd8fb621d
Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64

Also fixed possible invalid read on big endian LP64.
NEWS
ext/standard/pack.c
ext/standard/tests/strings/bug38770.phpt
ext/standard/tests/strings/bug61764.phpt [new file with mode: 0644]