mirror of
https://github.com/php/php-src.git
synced 2026-04-17 13:01:02 +02:00
Normally incrementing the refcount on just function_name is sufficient. However, if the callable is of the form 'X::y' inside an instance method, this will capture $this in fcc.object, which also needs to be retained. The fci_addref/fci_release helpers should likely be exported as a general API, as we may have this problem in other places as well. Fixes oss-fuzz #39778.
67 KiB
Executable File
67 KiB
Executable File