Home
last modified time | relevance | path

Searched refs:free (Results 251 – 275 of 286) sorted by relevance

1...<<1112

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c1676 PUBL(free)(extra); in pcre_free_study() local
H A DChangeLog220 error: code overflow" or "double free or corruption" or other memory
392 1. Add pcre[16|32]_jit_free_unused_memory to forcibly free unused JIT
978 recursion). Instead of malloc and free for each heap frame each time a
2320 vector, but for larger vectors malloc() is used. It was failing to free
2744 moved the internal flags into a new 16-bit field to free up more option
3618 error: code overflow at offset 49" or "glibc detected double free or
3624 28. Change free() to pcre_free() in pcredemo.c. Apparently this makes a
4130 22. Added some untidy missing memory free() calls in pcretest, to keep
4285 To make it easier for callers to provide specially tailored get/free
4732 pcre_exec(). This saves a malloc/free per call. The default value of
[all …]
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c398 free(mssql_ptr); in _close_mssql_plink()
699 free(mssql_ptr); in php_mssql_do_connect()
/PHP-5.4/
H A DNEWS9 . Fixed bug #70219 (Use after free vulnerability in session deserializer).
29 . Fixed bug #70365 (Use-after-free vulnerability in unserialize() with
31 . Fixed bug #70366 (Use-after-free vulnerability in unserialize() with
155 . Fixed bug #69316 (Use-after-free in php_curl related to
258 . Fixed bug #68594 (Use after free vulnerability in unserialize()).
1394 outdated html/css). (pascal.chevrel@free.fr)
1415 . Fixed bug #62907 (Double free when use traits). (Dmitry)
1554 http://localhost:8000'). (pascal.chevrel@free.fr)
2269 (r dot i dot k at free dot fr, Ilia)
2631 . Fixed invalid free in call_user_method() function. (Felipe)
[all …]
H A DREADME.STREAMS373 and free the resources you allocated for the abstract field. In the case of
/PHP-5.4/ext/bcmath/libbcmath/
H A Dconfigure1374 egrep "free" >/dev/null 2>&1; then
/PHP-5.4/ext/snmp/
H A Dsnmp.c737 free(err); in php_snmp_internal()
949 free(err); in php_snmp_internal()
/PHP-5.4/main/streams/
H A Dplain_wrapper.c1427 free(cwd); in _php_stream_fopen_with_path()
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestinput21258 /((w\/|-|with)*(free|immediate)*.*?shipping\s*[!.-]*)/Ii
1259 Baby Bjorn Active Carrier - With free SHIPPING!!
1261 /((w\/|-|with)*(free|immediate)*.*?shipping\s*[!.-]*)/IiS
1262 Baby Bjorn Active Carrier - With free SHIPPING!!
H A Dtestoutput24629 /((w\/|-|with)*(free|immediate)*.*?shipping\s*[!.-]*)/Ii
4634 Baby Bjorn Active Carrier - With free SHIPPING!!
4635 0: Baby Bjorn Active Carrier - With free SHIPPING!!
4636 1: Baby Bjorn Active Carrier - With free SHIPPING!!
4638 /((w\/|-|with)*(free|immediate)*.*?shipping\s*[!.-]*)/IiS
4645 Baby Bjorn Active Carrier - With free SHIPPING!!
4646 0: Baby Bjorn Active Carrier - With free SHIPPING!!
4647 1: Baby Bjorn Active Carrier - With free SHIPPING!!
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.c586 free(scrambled_data); in mysqlnd_connect_run_authentication()
2229 free(scrambled_data);
/PHP-5.4/Zend/
H A Dzend_API.c1830 free(class_cleanup_handlers); in zend_destroy_modules()
1831 free(module_request_startup_handlers); in zend_destroy_modules()
3432 free((char*)property_info.name); in zend_declare_property_ex()
H A Dzend_execute_API.c459 free(*zval_ptr); in _zval_internal_ptr_dtor()
H A Dzend_ini_scanner.c205 free(ini_filename); in shutdown_ini_scanner()
/PHP-5.4/ext/soap/
H A Dphp_encoding.c3792 free(t->details.ns); in delete_encoder_persistent()
3795 free(t->details.type_str); in delete_encoder_persistent()
3799 free(t); in delete_encoder_persistent()
/PHP-5.4/ext/imap/
H A Dphp_imap.c2709 free(dest.data); in PHP_FUNCTION()
2712 free(src.data); in PHP_FUNCTION()
4840 free(buf); in php_mail_gets()
/PHP-5.4/ext/date/lib/
H A Dparse_date.c109 #define timelib_string_free free
331 free(s->bot);
470 free(str); in timelib_get_nr_ex()
513 free(str); in timelib_get_frac_nr()
592 free(word); in timelib_lookup_relative_text()
624 free(word); in timelib_lookup_month()
672 free(word); in timelib_lookup_relunit()
850 free(tz_abbr); in timelib_get_zone()
863 free(arg.v[i]); \
866 free(arg.v); \
[all …]
/PHP-5.4/ext/odbc/
H A Dphp_odbc.c518 free(conn); in _close_odbc_pconn()
2593 free(db_conn); in odbc_do_connect()
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic1053 # From Michel Briand <michelbriand@free.fr>
4922 # next free block index is positive
7154 >&-272 lequad x pending blocks to free %lld,
7155 >&-264 lelong x pending inodes to free %ld,
7174 >&-272 lequad x pending blocks to free %lld,
7175 >&-264 lelong x pending inodes to free %ld,
7215 >&-264 belong x pending inodes to free %ld,
7235 >&-264 belong x pending inodes to free %ld,
7755 >32 lelong x \b start for free list %u,
7756 >36 lelong x \b number of free blocks %d,
[all …]
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt319 pcre16_study(), not pcre_study(), and you must free the study data with
650 must do so with pcre32_study(), not pcre_study(), and you must free the
1112 ment functions. By default these point to malloc() and free(), but you
1119 functions that perform better than malloc() and free(). PCRE runs
1774 to free the memory used for extracted strings.
1792 entry points of the standard malloc() and free() functions, respec-
2039 It is up to the caller to free the memory (via pcre_free) when it is no
2063 try to free it. Normally, the offset from the start of the pattern to
3036 pattern, but you want to free the block when they are all done.
8352 (2) Use pcre_free_study() to free the pcre_extra block when it is
[all …]
/PHP-5.4/ext/oci8/tests/
H A Dbug43492_2.phpt11 // This test is similar to bug43492.phpt without the explicit free.
/PHP-5.4/ext/tidy/
H A Dtidy.c1202 output_context->out.free = 1; in php_tidy_output_handler()
/PHP-5.4/ext/mbstring/
H A Dmbstring.c1517 free(mbstring_globals->http_input_list); in PHP_GSHUTDOWN_FUNCTION()
1520 free(mbstring_globals->detect_order_list); in PHP_GSHUTDOWN_FUNCTION()
/PHP-5.4/ext/iconv/
H A Diconv.c372 output_context->out.free = 1; in php_iconv_output_handler()
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY1222 should not double free node at the case TK_CC_CC_OPEN
1432 2003/03/17: [impl] should free err_arg.

Completed in 255 milliseconds

1...<<1112