mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
Fixed SIGSEGV because of access to uninitialized data
This commit is contained in:
parent
430e54d457
commit
29eac881b0
@ -511,6 +511,7 @@ PHP_RINIT_FUNCTION(soap)
|
||||
SOAP_GLOBAL(encoding) = NULL;
|
||||
SOAP_GLOBAL(class_map) = NULL;
|
||||
SOAP_GLOBAL(features) = 0;
|
||||
SOAP_GLOBAL(ref_map) = NULL;
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user