Home
last modified time | relevance | path

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

/PHP-5.6/win32/
H A Dsendmail.c73 char Buffer[MAIL_BUFFER_SIZE]; variable
410 snprintf(Buffer, sizeof(Buffer), "HELO %s\r\n", LocalHost); in SendText()
414 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
416 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
427 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
441 FormatEmailAddress(Buffer, token, "RCPT TO:<%s>\r\n"); in SendText()
442 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
463 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
493 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
518 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
[all …]
/PHP-5.6/ext/mbstring/tests/
H A Dbug77370.phpt2 Bug #77370 (Buffer overflow on mb regex functions - fetch_token)
/PHP-5.6/Zend/tests/
H A Dbug74603.phpt2 Bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability)
H A Dbug34045.phpt2 Bug #34045 (Buffer overflow with serialized object)
/PHP-5.6/ext/tidy/tests/
H A D017.phpt2 The Tidy Output Buffer Filter
/PHP-5.6/ext/intl/tests/
H A Dbug67397.phpt2 Bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
/PHP-5.6/ext/phar/tests/
H A Dbug69324.phpt2 Bug #69324: Buffer Over-read in unserialize when parsing Phar
H A Dbug77143.phpt2 PHP bug #77143: Heap Buffer Overflow (READ: 4) in phar_parse_pharfile
H A Dbug69441.phpt2 Phar: bug #69441: Buffer Overflow when parsing tar/zip/phar in phar_set_inode
/PHP-5.6/ext/standard/tests/strings/
H A Dbug60965.phpt2 Bug #60965: Buffer overflow on htmlspecialchars/entities with $double=false
/PHP-5.6/ext/exif/tests/
H A Dbug76130.phpt2 Bug #76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value)
/PHP-5.6/ext/fileinfo/tests/
H A Dbug71527.phpt2 Bug #71527 Buffer over-write in finfo_open with malformed magic file
/PHP-5.6/ext/gd/tests/
H A Dbug74435.phpt2 Bug #74435 (Buffer over-read into uninitialized memory)
/PHP-5.6/
H A DNEWS13 . Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token). (Stas)
43 . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
115 . Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability).
121 . Fixed bug #74435 (Buffer over-read into uninitialized memory). (cmb)
216 . Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb)
246 . Fixed bug #73025 (Heap Buffer Overflow in virtual_popen of
1262 . Fixed bug #69923 (Buffer overflow and stack smashing error in
1462 . Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in
2207 . Fixed bug #67397 (Buffer overflow in locale_get_display_name and
3729 . Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error). (Remi)
[all …]

Completed in 54 milliseconds