summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #77396 - Null Pointer Dereference in phar_create_or_parse_filenameStanislav Malyshev2019-03-031-0/+3
* Fix bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext)Stanislav Malyshev2019-01-061-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-031-9/+21
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-031-1/+1
| |\
| | * Fix bug #77143 - add more checks to buffer readsStanislav Malyshev2018-12-031-9/+21
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-031-9/+21
| |\ \
| | * | Fix bug #77143 - add more checks to buffer readsStanislav Malyshev2018-12-031-9/+21
| | |/
* | | Fix parenthesis warningNikita Popov2018-09-041-1/+1
* | | Fix stack underflow in pharAnatol Belski2018-08-301-10/+7
* | | Add a bit of defensive conding for bug #76155Stanislav Malyshev2018-04-221-1/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-01-051-2/+4
|\ \ \ | |/ /
| * | Fix #70417: PharData::compress() doesn't close temp fileChristoph M. Becker2017-01-051-2/+4
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-021-4/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-021-4/+3
| |\ \ | | |/
| | * Fix bug #73773 - Seg fault when loading hostile pharStanislav Malyshev2016-12-311-2/+2
| | * Fix bug #73768 - Memory corruption when loading hostile pharStanislav Malyshev2016-12-301-2/+1
| | * Fix int overflows in phar (bug #73764)Stanislav Malyshev2016-12-301-2/+2
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-281-0/+4
| | |\
| * | | Silence warning from unhandled enumSara Golemon2016-12-171-0/+2
| * | | fix leaking streams and memory mapped filesAnatol Belski2016-12-171-7/+19
* | | | Silence warning from unhandled enumSara Golemon2016-12-161-0/+2
* | | | fix leaking streams and memory mapped filesAnatol Belski2016-12-161-7/+19
* | | | Fixed compilation warningsDmitry Stogov2016-06-231-3/+3
* | | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* | | | Merge branch 'PHP-7.0'Anatol Belski2016-03-291-0/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-7.0.5Stanislav Malyshev2016-03-281-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Fix bug #71860: Require valid paths for phar filenamesStanislav Malyshev2016-03-201-0/+4
| * | | Fix bug #71860: Require valid paths for phar filenamesStanislav Malyshev2016-03-201-0/+4
* | | | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
|\ \ \ \ | |/ / /
| * | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | | | Merge branch 'PHP-7.0'Anatol Belski2016-02-181-2/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-181-2/+5
| |\ \ \ | | | |/ | | |/|
| | * | Fixed bug #71625 Crash in php7.dll with bad phar filenameAnatol Belski2016-02-181-2/+5
* | | | Replace usage of php_uint16 with uint16_tRouven Weßling2016-02-041-4/+4
* | | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-15/+15
* | | | Remove version checksNikita Popov2016-01-301-17/+0
* | | | Remove HAVE_SPL checksNikita Popov2016-01-301-2/+0
|/ / /
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-07-071-2/+8
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-061-2/+8
| | |\
| | | * Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepathStanislav Malyshev2015-07-041-2/+8
| | | * Fixed recently introduced memory leakDmitry Stogov2015-04-141-0/+1
| * | | Cleaned white spaces in PHP_INI definition of pharDominic2015-07-051-2/+2
* | | | Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepathStanislav Malyshev2015-07-071-2/+8
* | | | Merge branch 'pull-request/1351'Stanislav Malyshev2015-07-051-2/+2
|\ \ \ \
| * | | | Cleaned white spaces in PHP_INI definition of pharDominic2015-06-191-2/+2