]> 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:00 +0000 (13:07 -0400)
commit950d5ee590214742799836d3d939ee59f641bdf4
tree7125569c1006ad21a202f30f153e1ce051c0bcb2
parent81ba6b14c7b1b934f4d3e2896f861a42b07aa838
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