mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
![]() Previously, FFI_G(symbols) and FFI_G(tags) were never cleaned up when calling new on an existing object. However, if cdef() is called without parameters these globals are NULL and might be created when new() creates new definitions. These would then be discarded without freeing them. Closes GH-11751 |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
ffi.c | ||
ffi.g | ||
ffi.stub.php | ||
ffi_arginfo.h | ||
ffi_parser.c | ||
php_ffi.h |