Searched refs:deref (Results 1 – 18 of 18) sorted by relevance
/PHP-7.1/ext/standard/tests/array/ |
H A D | bug71220.phpt | 2 Bug #71220 (Null pointer deref (segfault) in compact via ob_start)
|
/PHP-7.1/Zend/tests/ |
H A D | bug71221.phpt | 2 Bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_start)
|
H A D | bug70782.phpt | 2 Bug #70782: null ptr deref and segfault (zend_get_class_fetch_type)
|
H A D | bug70183.phpt | 2 Bug #70183 (null pointer deref (segfault) in zend_eval_const_expr)
|
H A D | bug69805.phpt | 2 Bug #69805 (null ptr deref and seg fault in zend_resolve_class_name)
|
H A D | bug69905.phpt | 2 Bug #69905 (null ptr deref and segfault in ZEND_FETCH_DIM_RW_SPEC_VAR_UNUSED_HANDLER)
|
H A D | bug72944.phpt | 2 Bug #72944 (Null pointer deref in zval_delref_p).
|
H A D | bug70121.phpt | 2 Bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref)
|
H A D | bug70895.phpt | 2 Bug #70895 null ptr deref and segfault with crafted callable
|
H A D | bug70898.phpt | 2 Bug #70895 null ptr deref and segfault with crafted callable
|
H A D | bug70124.phpt | 2 Bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER)
|
/PHP-7.1/ext/standard/tests/streams/ |
H A D | bug71884.phpt | 2 Bug #71884 (Null pointer deref (segfault) in stream_context_get_default)
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | bug54322.phpt | 2 Bug #54322: Null pointer deref in get_html_translation_table due to information loss in long-to-int…
|
/PHP-7.1/ext/xmlrpc/tests/ |
H A D | bug51288.phpt | 2 Bug #51288 (CVE-2010-0397, NULL pointer deref when no <methodName> in request)
|
/PHP-7.1/ext/simplexml/tests/ |
H A D | bug74950.phpt | 2 Bug #74950 (null pointer deref in zim_simplexml_element_getDocNamespaces)
|
/PHP-7.1/ext/opcache/tests/ |
H A D | bug71843.phpt | 2 Bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER (zend_vm_execute.h:3479))
|
/PHP-7.1/ext/ldap/ |
H A D | ldap.c | 717 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() argument 742 if (deref > -1) { in php_set_opts() 745 ldap_set_option(ldap, LDAP_OPT_DEREF, &deref); in php_set_opts() 748 ldap->ld_deref = deref; in php_set_opts() 759 zend_long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local 768 &sizelimit, &timelimit, &deref) == FAILURE) { in php_ldap_do_search() 775 ldap_deref = deref; in php_ldap_do_search() 3205 ZEND_ARG_INFO(0, deref) 3216 ZEND_ARG_INFO(0, deref) 3227 ZEND_ARG_INFO(0, deref)
|
/PHP-7.1/ |
H A D | NEWS | 807 . Fixed bug #74954 (null deref and segfault in zend_generator_resume()). (Bob) 853 . Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces). 1477 . Fixed bug #72944 (Null pointer deref in zval_delref_p). (Dmitry) 2363 . Fixed bug #72944 (Null pointer deref in zval_delref_p). (Dmitry) 2991 . Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER). 3035 . Fixed bug #71884 (Null pointer deref (segfault) in 3219 . Fixed bug #71221 (Null pointer deref (segfault) in get_defined_vars via 3294 . Fixed bug #71220 (Null pointer deref (segfault) in compact via ob_start). 3570 . Fixed bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION). 3580 . Fixed bug #70183 (null pointer deref (segfault) in zend_eval_const_expr). [all …]
|
Completed in 57 milliseconds