summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.c
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2012-07-05 20:14:49 +0200
committerNikita Popov <nikic@php.net>2012-07-05 20:14:49 +0200
commit88f46b162b3bf9bc9a7a1d3d7280f702f5b9f501 (patch)
tree8e306e3fb4e192c7d499d9d2e5542cf0e3c1c560 /ext/intl/php_intl.c
parent6b2b1952671c74056c3335ded8342a94d5df931f (diff)
downloadphp-git-88f46b162b3bf9bc9a7a1d3d7280f702f5b9f501.tar.gz
Fix potential integer overflow in bin2hex
The code was already using safe_emalloc but did the multiplication in the first argument, thus making the use of safe_emalloc pretty useless. The *2 is now moved to the second argument.
Diffstat (limited to 'ext/intl/php_intl.c')
0 files changed, 0 insertions, 0 deletions