]> granicus.if.org Git - php/commit
fix stack overflow in php_intlog10abs()
authorNuno Lopes <nlopess@php.net>
Fri, 11 May 2012 16:50:29 +0000 (12:50 -0400)
committerNuno Lopes <nlopess@php.net>
Fri, 11 May 2012 17:07:21 +0000 (13:07 -0400)
commit8b4b70df56e14be0f7172b5cc5f8da44b3272ac3
tree5707636bae2300958717b13f8a11fde50932cfc5
parent4458f3bcf65e5826f4cfb8ffd00cd3b8161f37bd
fix stack overflow in php_intlog10abs()

bug uncovered by LLVM/clang's new -fbounds-checking switch
this patch fixes a crash in ext/standard/tests/math/round_large_exp.phpt
ext/standard/math.c