Home
last modified time | relevance | path

Searched refs:heap (Results 26 – 50 of 57) sorted by relevance

123

/PHP-8.3/ext/exif/tests/
H A Dbug76409.phpt2 Bug #76409 (heap use after free in _php_stream_free)
H A Dbug71534.phpt2 Bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode)
H A Dbug68799.phpt8 * Pollute the heap. Helps trigger bug. Sometimes not needed.
H A Dbug76557.phpt2 Bug 76557 (heap-buffer-overflow (READ of size 48) while reading exif data)
/PHP-8.3/ext/phar/tests/
H A Dbug77247.phpt2 PHP bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext)
/PHP-8.3/ext/standard/tests/strings/
H A Dbug69522.phpt2 Bug #69522 (heap buffer overflow in unpack())
/PHP-8.3/ext/xml/tests/
H A Dbug65236.phpt2 Bug #65236 (heap corruption in xml parser)
/PHP-8.3/ext/spl/tests/
H A Dheap_012.phpt15 ["heap":"SplHeap":private]=>
H A Dheap_it_current_empty.phpt2 SPL: SplHeap current, check looping through an empty heap gives you no values
H A Dheap_008.phpt20 ["heap":"SplHeap":private]=>
H A Dbug79151.phpt2 Bug #79151: heap use after free caused by spl_dllist_it_helper_move_forward
H A Dpqueue_004.phpt20 ["heap":"SplPriorityQueue":private]=>
H A Dheap_002.phpt38 Exception: Can't extract from an empty heap
H A Dheap_001.phpt40 Exception: Can't extract from an empty heap
H A Dpqueue_001.phpt63 Exception: Can't extract from an empty heap
/PHP-8.3/Zend/tests/
H A Dbug64578.phpt2 Bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault)
/PHP-8.3/ext/pcre/tests/
H A Dbug75457.phpt2 Bug #75457 (heap-use-after-free in php7.0.25)
/PHP-8.3/ext/mbstring/tests/
H A Dbug77371.phpt2 Bug #77371 (heap buffer overflow in mb regex functions - compile_string_node)
H A Dbug77381.phpt2 Bug #77381 (heap buffer overflow in multibyte match_at)
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug74103.phpt2 Bug #74103: heap-use-after-free when unserializing invalid array size
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c950 return chunk->data.heap.len; in php_cli_server_chunk_size()
1036 chunk->data.heap.block = block; in php_cli_server_chunk_heap_new()
1037 chunk->data.heap.p = buf; in php_cli_server_chunk_heap_new()
1038 chunk->data.heap.len = len; in php_cli_server_chunk_heap_new()
1050 chunk->data.heap.len = len; in php_cli_server_chunk_heap_new_self_contained()
1080 nbytes_sent = send(fd, chunk->data.heap.p, (int)chunk->data.heap.len, 0); in php_cli_server_content_sender_send()
1082 nbytes_sent = send(fd, chunk->data.heap.p, chunk->data.heap.len, 0); in php_cli_server_content_sender_send()
1147 _nbytes_read = read(fd, chunk->data.heap.p, (unsigned int)chunk->data.heap.len); in php_cli_server_content_sender_pull()
1149 _nbytes_read = read(fd, chunk->data.heap.p, chunk->data.heap.len); in php_cli_server_content_sender_pull()
2041 chunk->data.heap.len = strlen(chunk->data.heap.p); in php_cli_server_send_error_page()
[all …]
/PHP-8.3/ext/ffi/tests/
H A Dbug78761.phpt2 Bug #78761 (Zend memory heap corruption with preload and casting)
/PHP-8.3/sapi/phpdbg/tests/
H A Dgh15268.phpt2 GH-15268 (heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h))
/PHP-8.3/ext/session/tests/user_session_module/
H A Dbug79091.phpt2 Bug #79091 (heap use-after-free in session_create_id())
/PHP-8.3/ext/gd/tests/
H A Dbug72339.phpt2 Bug #72339 Integer Overflow in _gd2GetHeader() resulting in heap overflow

Completed in 30 milliseconds

123