Home
last modified time | relevance | path

Searched refs:deref (Results 1 – 20 of 20) sorted by relevance

/PHP-7.4/ext/standard/tests/array/
H A Dbug71220.phpt2 Bug #71220 (Null pointer deref (segfault) in compact via ob_start)
/PHP-7.4/Zend/tests/
H A Dbug71221.phpt2 Bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_start)
H A Dbug70782.phpt2 Bug #70782: null ptr deref and segfault (zend_get_class_fetch_type)
H A Dbug70183.phpt2 Bug #70183 (null pointer deref (segfault) in zend_eval_const_expr)
H A Dbug77738.phpt2 Bug #77738 (Nullptr deref in zend_compile_expr)
H A Dbug69805.phpt2 Bug #69805 (null ptr deref and seg fault in zend_resolve_class_name)
H A Dbug69905.phpt2 Bug #69905 (null ptr deref and segfault in ZEND_FETCH_DIM_RW_SPEC_VAR_UNUSED_HANDLER)
H A Dbug72944.phpt2 Bug #72944 (Null pointer deref in zval_delref_p).
H A Dbug70121.phpt2 Bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref)
H A Dbug70895.phpt2 Bug #70895 null ptr deref and segfault with crafted callable
H A Dbug70898.phpt2 Bug #70895 null ptr deref and segfault with crafted callable
H A Dbug70124.phpt2 Bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug71884.phpt2 Bug #71884 (Null pointer deref (segfault) in stream_context_get_default)
/PHP-7.4/Zend/
H A Dzend_API.h1225 if (deref) { \
1240 Z_PARAM_PROLOGUE(deref, separate); \
1255 Z_PARAM_PROLOGUE(deref, separate); \
1270 Z_PARAM_PROLOGUE(deref, separate); \
1285 Z_PARAM_PROLOGUE(deref, separate); \
1299 Z_PARAM_PROLOGUE(deref, separate); \
1314 Z_PARAM_PROLOGUE(deref, separate); \
1336 Z_PARAM_PROLOGUE(deref, separate); \
1351 Z_PARAM_PROLOGUE(deref, separate); \
1366 Z_PARAM_PROLOGUE(deref, separate); \
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug54322.phpt2 Bug #54322: Null pointer deref in get_html_translation_table due to information loss in long-to-int…
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug51288.phpt2 Bug #51288 (CVE-2010-0397, NULL pointer deref when no <methodName> in request)
/PHP-7.4/ext/simplexml/tests/
H A Dbug74950.phpt2 Bug #74950 (null pointer deref in zim_simplexml_element_getDocNamespaces)
/PHP-7.4/ext/opcache/tests/
H A Dbug71843.phpt2 Bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER (zend_vm_execute.h:3479))
/PHP-7.4/ext/ldap/
H A Dldap.c1403 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() argument
1428 if (deref > -1) { in php_set_opts()
1431 ldap_set_option(ldap, LDAP_OPT_DEREF, &deref); in php_set_opts()
1434 ldap->ld_deref = deref; in php_set_opts()
1445 zend_long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local
1456 &sizelimit, &timelimit, &deref, &serverctrls) == FAILURE) { in php_ldap_do_search()
1464 ldap_deref = deref; in php_ldap_do_search()
4483 ZEND_ARG_INFO(0, deref)
4495 ZEND_ARG_INFO(0, deref)
4507 ZEND_ARG_INFO(0, deref)
/PHP-7.4/
H A DNEWS2141 . Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence)

Completed in 51 milliseconds