summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prep for 5.4.41php-5.4.41PHP-5.4.41Stanislav Malyshev2015-05-123-4/+22
* Add test for bug #69522Stanislav Malyshev2015-05-112-0/+17
* Update testsStanislav Malyshev2015-05-117-45/+47
* Fix bug #69522 - do not allow int overflowStanislav Malyshev2015-05-101-69/+70
* Forgot test fileStanislav Malyshev2015-05-101-0/+0
* Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-103-16/+25
* Fixed bug #69418 - more s->p fixes for filenamesStanislav Malyshev2015-05-104-85/+85
* Fixed bug #69364 - use smart_str to assemble stringsStanislav Malyshev2015-05-091-24/+27
* Fix bug #69453 - don't try to cut empty stringStanislav Malyshev2015-04-292-1/+22
* Fix bug #69545 - avoid overflow when reading listStanislav Malyshev2015-04-291-41/+41
* Upgrade to PCRE 8.37 due to various bugfixesStanislav Malyshev2015-04-2936-187/+47118
* fix VC9 build with PCREAnatol Belski2015-04-281-0/+4
* Upgrade PCRE to 8.36, it fixes some crashesStanislav Malyshev2015-04-2754-8792/+16018
* phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it s...Hannes Magnusson2015-04-171-4/+14
* Fixed res leakXinchen Hui2015-04-141-3/+4
* Fixed recently introduced memory leakDmitry Stogov2015-04-141-0/+1
* fix non-standard CStanislav Malyshev2015-04-141-54/+55
* 5.4.41 nextStanislav Malyshev2015-04-143-4/+6
* Merge branch 'PHP-5.4.40' into PHP-5.4Stanislav Malyshev2015-04-1434-128/+382
|\
| * update NEWSStanislav Malyshev2015-04-141-7/+30
| * Merge branch 'PHP-5.4' into PHP-5.4.40Stanislav Malyshev2015-04-141-1/+1
| |\
| | * fix CVE numStanislav Malyshev2015-04-121-1/+1
| * | Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode)Stanislav Malyshev2015-04-143-3/+27
| * | fix memory leak & add testStanislav Malyshev2015-04-122-2/+48
| * | Fix testsStanislav Malyshev2015-04-124-24/+24
| * | Fix bug #69337 (php_stream_url_wrap_http_ex() type-confusion vulnerability)Stanislav Malyshev2015-04-121-36/+43
| * | Fix testStanislav Malyshev2015-04-121-1/+1
| * | Additional fix for bug #69324Stanislav Malyshev2015-04-111-6/+7
| * | More fixes for bug #69152Stanislav Malyshev2015-04-112-0/+19
| * | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-1112-13/+42
| * | Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar)Stanislav Malyshev2015-04-114-36/+48
| * | Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/...Stanislav Malyshev2015-04-112-0/+45
| * | Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)Stanislav Malyshev2015-04-111-0/+1
| * | Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)Stanislav Malyshev2015-04-113-0/+47
| |/
* | fix CVE numStanislav Malyshev2015-04-141-1/+1
* | fix type in fix for #69085Remi Collet2015-04-131-3/+3
|/
* Fixed bug #68901 (use after free)Xinchen Hui2015-04-112-1/+4
* Fixed bug #68740 (NULL Pointer Dereference)Xinchen Hui2015-04-052-0/+7
* Fix bug #66550 (SQLite prepared statement use-after-free)Stanislav Malyshev2015-04-053-0/+42
* Better fix for #68601 for perfRemi Collet2015-04-051-6/+6
* Fix bug #68601 buffer read overflow in gd_gif_in.cRemi Collet2015-04-052-2/+12
* Revert "Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into...Stanislav Malyshev2015-04-011-1/+0
* Fixed bug #69293Dmitry Stogov2015-03-271-1/+1
* Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Xinchen Hui2015-03-25143-3677/+3719
|\
| * Bacport fix bug #68741 - Null pointer dereferenceStanislav Malyshev2015-03-222-0/+6
| * Check that the type is correctStanislav Malyshev2015-03-221-1/+1
| * add CVEsStanislav Malyshev2015-03-191-3/+9
| * Fixed bug #69152Dmitry Stogov2015-03-191-0/+6
| * 5.4.40 nextStanislav Malyshev2015-03-173-5/+7
| * Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundaryStanislav Malyshev2015-03-172-1/+5