mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Avoid uninitilized field access
This commit is contained in:
@@ -5757,6 +5757,7 @@ void zend_ffi_make_func_type(zend_ffi_dcl *dcl, HashTable *args, zend_ffi_dcl *n
|
||||
zend_hash_destroy(args);
|
||||
pefree(args, FFI_G(persistent));
|
||||
}
|
||||
type->func.args = NULL;
|
||||
_zend_ffi_type_dtor(type);
|
||||
zend_ffi_parser_error("unsupported calling convention line %d", FFI_G(line));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user