Home
last modified time | relevance | path

Searched refs:Buffer (Results 1 – 8 of 8) sorted by relevance

/PHP-5.4/win32/
H A Dsendmail.c72 char Buffer[MAIL_BUFFER_SIZE]; variable
409 snprintf(Buffer, sizeof(Buffer), "HELO %s\r\n", LocalHost); in SendText()
413 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
415 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
426 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
440 FormatEmailAddress(Buffer, token, "RCPT TO:<%s>\r\n"); in SendText()
441 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
462 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
492 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
517 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
[all …]
/PHP-5.4/ext/tidy/tests/
H A D017.phpt2 The Tidy Output Buffer Filter
/PHP-5.4/ext/intl/tests/
H A Dbug67397.phpt2 Bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
/PHP-5.4/ext/phar/tests/
H A Dbug69324.phpt2 Bug #69324: Buffer Over-read in unserialize when parsing Phar
H A Dbug69441.phpt2 Phar: bug #69441: Buffer Overflow when parsing tar/zip/phar in phar_set_inode
/PHP-5.4/Zend/tests/
H A Dbug34045.phpt2 Bug #34045 (Buffer overflow with serialized object)
/PHP-5.4/ext/standard/tests/strings/
H A Dbug60965.phpt2 Bug #60965: Buffer overflow on htmlspecialchars/entities with $double=false
/PHP-5.4/
H A DNEWS13 . Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte
88 . Fixed bug #69923 (Buffer overflow and stack smashing error in
172 . Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar).
174 . Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in
465 . Fixed bug #67397 (Buffer overflow in locale_get_display_name and
1021 . Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error). (Remi)
1788 . Fix bug #61807 - Buffer Overflow in apache_request_headers.
2089 . Fixed bug #60965 (Buffer overflow on htmlspecialchars/entities with
8237 - Fixed bug #34045 (Buffer overflow with serialized object). (Dmitry)

Completed in 34 milliseconds