1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

fix yet another possible segfault

This commit is contained in:
Antony Dovgal
2004-02-02 08:09:53 +00:00
parent 59369e08ab
commit fec01159b1
+4
View File
@@ -6011,6 +6011,10 @@ PHP_FUNCTION(oci_password_change)
WRONG_PARAM_COUNT;
}
convert_to_string_ex(user_param);
convert_to_string_ex(pass_old_param);
convert_to_string_ex(pass_new_param);
user = Z_STRVAL_PP(user_param);
pass_old = Z_STRVAL_PP(pass_old_param);
pass_new = Z_STRVAL_PP(pass_new_param);