Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/xmlrpc/tests/
H A Dbug51288.phpt2 Bug #51288 (CVE-2010-0397, NULL pointer deref when no <methodName> in request)
/PHP-5.5/Zend/tests/
H A Dbug70121.phpt2 Bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref)
/PHP-5.5/ext/ldap/
H A Dldap.c587 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() argument
612 if (deref > -1) { in php_set_opts()
615 ldap_set_option(ldap, LDAP_OPT_DEREF, &deref); in php_set_opts()
618 ldap->ld_deref = deref; in php_set_opts()
629 long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local
638 &sizelimit, &timelimit, &deref) == FAILURE) { in php_ldap_do_search()
645 ldap_deref = deref; in php_ldap_do_search()
2803 ZEND_ARG_INFO(0, deref)
2814 ZEND_ARG_INFO(0, deref)
2825 ZEND_ARG_INFO(0, deref)
/PHP-5.5/
H A DNEWS262 / NULL pointer deref). (Stas)
6347 - Fixed bug #48441 (ldap_search() sizelimit, timelimit and deref options

Completed in 39 milliseconds