]> granicus.if.org Git - php/commit
Fix possible overflow in openssl_pbkdf2
authorJakub Zelenka <bukka@php.net>
Tue, 18 Aug 2015 18:46:59 +0000 (19:46 +0100)
committerJakub Zelenka <bukka@php.net>
Tue, 18 Aug 2015 18:46:59 +0000 (19:46 +0100)
commit618c327a56b03449324cdaa0d630ea710aea22fd
tree332aec4b424fe06eb6778f732be58102c889dd7c
parent000be61fb8a034b3ce2dc3d7bbfbc912295b86e9
Fix possible overflow in openssl_pbkdf2

Especially key_length would lead to the crash if it overflowed
to the negative value.
ext/openssl/openssl.c