Home
last modified time | relevance | path

Searched refs:buffer (Results 101 – 125 of 321) sorted by relevance

12345678910>>...13

/PHP-8.0/ext/exif/tests/
H A Dbug77753.phpt2 Bug #77753 (Heap-buffer-overflow in php_ifd_get32s)
H A Dbug77950.phpt2 Bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG)
H A Dbug77988.phpt2 Bug #77988 (heap-buffer-overflow on php_jpg_get16)
H A Dbug78222.phpt2 Bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)
H A Dbug77831.phpt2 Bug #77831 (Heap-buffer-overflow in exif_iif_add_value in EXIF)
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug74111.phpt2 Bug #74111: Heap buffer overread (READ: 1) finish_nested_data from unserialize
/PHP-8.0/ext/phar/tests/
H A Dbug77247.phpt2 PHP bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext)
/PHP-8.0/Zend/tests/
H A Dbug70430.phpt2 Bug #70430: Stack buffer overflow in zend_language_parser()
/PHP-8.0/ext/hash/
H A Dhash_sha.c241 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA224Update()
242 SHA256Transform(context->state, context->buffer); in PHP_SHA224Update()
254 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_SHA224Update()
318 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA256Update()
319 SHA256Transform(context->state, context->buffer); in PHP_SHA256Update()
331 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_SHA256Update()
532 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA384Update()
533 SHA512Transform(context->state, context->buffer); in PHP_SHA384Update()
543 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_SHA384Update()
685 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA512Update()
[all …]
H A Dphp_hash_tiger.h24 unsigned char buffer[64]; member
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt41 $buffer = fread($sh,1024);
42 echo '*'.$buffer.'*';
/PHP-8.0/ext/standard/tests/strings/
H A D005.phpt2 highlight_string(), output buffer and error level
H A D006.phpt2 highlight_file() and output buffer
/PHP-8.0/ext/standard/
H A Dmd5.h40 unsigned char buffer[64]; member
/PHP-8.0/ext/mbstring/tests/
H A Dbug79371.phpt2 Bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow)
H A Dbug78559.phpt2 Bug #78559 (#78559 Heap buffer overflow in mb_eregi)
H A Dbug78633.phpt2 Bug #78633 (Heap buffer overflow (read) in mb_eregi)
/PHP-8.0/ext/standard/tests/
H A Dbug79821.phpt11 ob_start(function (string $buffer) use (&$bar) {
/PHP-8.0/ext/date/tests/
H A Dbug49585.phpt2 Bug #49585 (date_format buffer not long enough for >4 digit years)
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_substring.c74 PCRE2_UCHAR *buffer, PCRE2_SIZE *sizeptr) in pcre2_substring_copy_byname() argument
90 return pcre2_substring_copy_bynumber(match_data, n, buffer, sizeptr); in pcre2_substring_copy_byname()
122 uint32_t stringnumber, PCRE2_UCHAR *buffer, PCRE2_SIZE *sizeptr) in pcre2_substring_copy_bynumber() argument
129 memcpy(buffer, match_data->subject + match_data->ovector[stringnumber*2], in pcre2_substring_copy_bynumber()
131 buffer[size] = 0; in pcre2_substring_copy_bynumber()
/PHP-8.0/ext/xmlwriter/tests/
H A D002.phpt13 // Force to write and empty the buffer
H A DOO_002.phpt14 // Force to write and empty the buffer
/PHP-8.0/ext/fileinfo/tests/
H A Dbug71434.phpt14 echo $finfo->buffer($a) . "\n";
/PHP-8.0/ext/calendar/tests/
H A Dbug71894.phpt2 Bug #71894 (AddressSanitizer: global-buffer-overflow in zif_cal_from_jd)
/PHP-8.0/tests/lang/
H A Dbug32828.phpt6 function output_handler($buffer)

Completed in 35 milliseconds

12345678910>>...13