Home
last modified time | relevance | path

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

1...<<111213

/PHP-8.0/
H A Dphp.ini-production208 ; Turning on this setting and managing its maximum buffer size can yield some
218 ; On = Enabled and buffer is unlimited. (Use with caution)
220 ; Integer = Enables the buffer and sets its maximum size in bytes.
244 ; output buffer. You can set target tags by this configuration.
261 ; Valid values for this option are 'off', 'on', or a specific buffer size
1215 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1218 ; Size of a pre-allocated buffer used for reading data sent by the server in
1649 ; mb_output_handler must be registered as output buffer to function.
H A DNEWS82 . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
282 . Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
715 . Fixed bug #74960 (Heap buffer overflow via str_repeat). (cmb, Dmitry)
799 . Fixed bug #76448: Stack buffer overflow in firebird_info_cb.
/PHP-8.0/ext/dom/
H A Dnode.c1703 ret = buf->buffer->use; in dom_canonicalization()
1709 RETVAL_STRINGL((char *) buf->buffer->content, ret); in dom_canonicalization()
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt280 a hugge max_length(type) = 4GB bind buffer */
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps.c2102 if (stmt->execute_cmd_buffer.buffer) { in MYSQLND_METHOD_PRIVATE()
2103 mnd_efree(stmt->execute_cmd_buffer.buffer); in MYSQLND_METHOD_PRIVATE()
2104 stmt->execute_cmd_buffer.buffer = NULL; in MYSQLND_METHOD_PRIVATE()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcompress.c248 file_zmagic(struct magic_set *ms, const struct buffer *b, const char *name) in file_zmagic()
H A Dapprentice.c1133 char buffer[BUFSIZ + 1]; in load_1() local
1155 …for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line++… in load_1()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c297 void phpdbg_string_init(char *buffer) { in phpdbg_string_init() argument
299 char *str = strtok(buffer, "\n"); in phpdbg_string_init()
/PHP-8.0/ext/gmp/
H A Dgmp.c443 static int gmp_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data… in gmp_serialize() argument
460 *buffer = (unsigned char *) estrndup(ZSTR_VAL(buf.s), ZSTR_LEN(buf.s)); in gmp_serialize()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c3687 str_headers = zend_string_init((char *)device.buffer, strlen((char *)device.buffer), 0); in PHP_FUNCTION()
4048 if (dev.pos < 1 || filter->num_illegalchar || dev.buffer[0] >= MBFL_WCSGROUP_UCS4MAX) { in php_mb_ord()
4054 cp = dev.buffer[0]; in php_mb_ord()
/PHP-8.0/ext/soap/
H A Dsoap.c1870 zend_string *buffer; local
1884 buffer = zend_string_init("Internal Error", sizeof("Internal Error")-1, 0);
1886 buffer = zend_string_copy(message);
1897 set_soap_fault(&fault_obj, NULL, code, ZSTR_VAL(buffer), NULL, &outbuf, NULL);
1898 zend_string_release(buffer);
/PHP-8.0/.github/workflows/
H A Dnightly.yml335 # Test causes a heap-buffer-overflow but I cannot reproduce it locally...
/PHP-8.0/ext/standard/
H A Durl_scanner_ex.re444 * HTML stuff to the result buffer.
H A Dvar_unserializer.re671 * with unserialize reading past the end of the passed buffer if the string is not
H A Dbasic_functions.stub.php1451 function stream_bucket_new($stream, string $buffer): object {} argument
H A Dbasic_functions_arginfo.h2130 ZEND_ARG_TYPE_INFO(0, buffer, IS_STRING, 0)
/PHP-8.0/ext/curl/
H A Dinterface.c1954 static size_t read_cb(char *buffer, size_t size, size_t nitems, void *arg) /* {{{ */ in read_cb() argument
1964 numread = php_stream_read(cb_arg->stream, buffer, nitems * size); in read_cb()
/PHP-8.0/build/
H A Dlibtool.m4816 # (any single argument exceeding 2000 bytes causes a buffer overrun
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc466 * This is not a problem at all, while JIT buffer size is less than 4GB.
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1989 # These are actually just bit-for-bit dumps of the frame buffer, so
H A Dmagic1989 # These are actually just bit-for-bit dumps of the frame buffer, so

Completed in 222 milliseconds

1...<<111213