Home
last modified time | relevance | path

Searched refs:free (Results 151 – 175 of 331) sorted by relevance

12345678910>>...14

/php-src/sapi/fuzzer/
H A Dfuzzer-unserializehash.c71 free(orig_data); in LLVMFuzzerTestOneInput()
H A Dfuzzer-sapi.c225 free(fuzzer_module.php_ini_path_override); in fuzzer_set_ini_file()
236 free((void *)fuzzer_module.ini_entries); in fuzzer_shutdown_php()
/php-src/Zend/tests/
H A Dgh10169.phpt2 GH-10169: Fix use-after-free when releasing object during property assignment
H A Dbug76047.phpt2 Bug #76047: Use-after-free when accessing already destructed backtrace arguments
/php-src/ext/standard/tests/assert/
H A Dbug80290.phpt2 Bug #80290: Double free when ASSERT_CALLBACK is used with a dynamic message
/php-src/win32/
H A Dcodepage.c65 free(ret); in php_win32_cp_to_w_int()
272 free(target); in php_win32_cp_from_w_int()
446 free(tmp); in php_win32_cp_env_any_to_w()
727 free(tmpw); in PHP_FUNCTION()
734 free(tmpw); in PHP_FUNCTION()
735 free(ret); in PHP_FUNCTION()
H A Dcodepage.h142 free(a[i]); \
144 free(a); \
/php-src/main/
H A Dphp_ini_builder.h41 free(b->value); in php_ini_builder_deinit()
/php-src/ext/ffi/tests/
H A Dweak_reference_002.phpt13 \FFI::free($cdata_free);
/php-src/ext/standard/tests/serialize/
H A Dbug70219.phpt2 Bug #70219 Use after free vulnerability in session deserializer
H A Dbug70219_1.phpt2 Bug #70219 Use after free vulnerability in session deserializer
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c329 uint32_t free; /* Number of ints */ member
448 new->free = new->size - RWS_ANCHOR_SIZE; in more_workspace()
2810 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2826 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
2957 rws->free -= RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
2993 rws->free += RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
3056 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
3097 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
3155 rws->free -= RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
3169 rws->free += RWS_RSIZE + RWS_OVEC_OSIZE; in internal_dfa_match()
[all …]
/php-src/Zend/
H A Dzend_list.c199 free(res); in plist_entry_destructor()
279 free(lde); in zend_register_list_destructors_ex()
300 free(Z_PTR_P(zv)); in list_destructors_dtor()
H A Dzend_opcode.c139 free(arg_info); in zend_free_internal_arg_info()
442 free(ce->default_properties_table); in destroy_zend_class()
452 free(ce->default_static_members_table); in destroy_zend_class()
462 free(prop_info); in destroy_zend_class()
492 free(Z_AST(c->value)); in destroy_zend_class()
503 free(c); in destroy_zend_class()
508 free(ce->iterator_funcs_ptr); in destroy_zend_class()
511 free(ce->arrayaccess_funcs_ptr); in destroy_zend_class()
514 free(ce->interfaces); in destroy_zend_class()
517 free(ce->properties_info_table); in destroy_zend_class()
[all …]
H A Dzend_virtual_cwd.c162 free(r); in realpath_cache_clean_helper()
181 free(main_cwd_state.cwd); in virtual_cwd_main_cwd_init()
382 free(r); in realpath_cache_del()
454 free(r); in realpath_cache_find()
722 free(substitutename); in tsrm_realpath_r()
724 free(printname); in tsrm_realpath_r()
757 free(substitutename); in tsrm_realpath_r()
759 free(printname); in tsrm_realpath_r()
828 free(printname); in tsrm_realpath_r()
831 free(substitutename); in tsrm_realpath_r()
[all …]
/php-src/ext/fileinfo/tests/
H A Dbug68996.phpt2 Bug #68996 (Invalid free of CG(interned_empty_string))
/php-src/ext/gmp/tests/
H A Dbug70284.phpt2 Bug #70284 (Use after free vulnerability in unserialize() with GMP)
/php-src/ext/spl/tests/
H A Dbug70366.phpt2 SPL: Bug #70366 use-after-free vulnerability in unserialize() with SplDoublyLinkedList
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_proto.h43 #define DASM_M_FREE(ctx, p, sz) free(p)
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug70365.phpt2 SPL: Bug #70365 use-after-free vulnerability in unserialize() with SplObjectStorage
/php-src/sapi/cgi/
H A Dcgi_main.c196 free(entry->user_config); in user_config_cache_entry_dtor()
197 free(entry); in user_config_cache_entry_dtor()
542 free(keyw); in cgi_getenv_win32()
553 free(keyw); in cgi_getenv_win32()
767 free(buf); in sapi_cgi_log_message()
1871 free(bindpath);
1911 free(bindpath);
2309 free(bindpath);
2354 free(bindpath);
2502 free(bindpath);
[all …]
/php-src/ext/session/tests/user_session_module/
H A Dbug79091.phpt2 Bug #79091 (heap use-after-free in session_create_id())
/php-src/sapi/phpdbg/
H A Dphpdbg_parser.y32 #define YYFREE free
194 free(PHPDBG_G(cur_command)); in phpdbg_do_parse()
/php-src/ext/standard/tests/strings/
H A Dbug72434.phpt16 // Trigger free of $free_me (referenced by $m[1]).
/php-src/ext/soap/
H A Dphp_schema.c2377 free(tmp); in delete_model_persistent_int()
2445 free(type->def); in delete_type_persistent()
2479 free(type); in delete_type_persistent()
2500 free(attr->ns); in delete_extra_attribute_persistent()
2503 free(attr->val); in delete_extra_attribute_persistent()
2505 free(attr); in delete_extra_attribute_persistent()
2539 free(attr->def); in delete_attribute_persistent()
2551 free(attr->ref); in delete_attribute_persistent()
2557 free(attr); in delete_attribute_persistent()
2570 free(ptr); in delete_restriction_var_int_persistent()
[all …]

Completed in 64 milliseconds

12345678910>>...14