You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for zend_hash_index_find in gd.c, you'll see that references are mostly unhanded. This can be solved with zend_hash_index_find_deref or ZVAL_DEREF depending on the case.
Description
Search for
zend_hash_index_findin gd.c, you'll see that references are mostly unhanded. This can be solved withzend_hash_index_find_dereforZVAL_DEREFdepending on the case.PHP Version
8.3+
Operating System
No response