diff options
author | Nikita Popov <nikic@php.net> | 2012-07-05 20:14:49 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2012-07-05 20:14:49 +0200 |
commit | 88f46b162b3bf9bc9a7a1d3d7280f702f5b9f501 (patch) | |
tree | 8e306e3fb4e192c7d499d9d2e5542cf0e3c1c560 /ext/intl/php_intl.c | |
parent | 6b2b1952671c74056c3335ded8342a94d5df931f (diff) | |
download | php-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