summaryrefslogtreecommitdiff
path: root/ext/fileinfo/libmagic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-241-0/+2
|\
| * Fix #77961: finfo_open crafted magic parsing SIGABRTChristoph M. Becker2020-11-241-0/+2
| * Fix #79283: Segfault in libmagic patch contains a buffer overflowChristoph M. Becker2020-03-161-2/+16
* | Revert "libmagic: Move the allocation on the stack"Anatol Belski2020-09-021-3/+2
* | libmagic: Constify argAnatol Belski2020-09-022-2/+2
* | libmagic: Move the allocation on the stackAnatol Belski2020-09-021-2/+3
* | libmagic: Fix VS compatAnatol Belski2020-08-291-1/+1
* | libmagic: Remove unneeded includesAnatol Belski2020-08-291-2/+0
* | fileinfo: Followup fixesAnatol Belski2020-08-297-171/+17
* | fileinfo: Upgrade to libmagic 5.39Anatol Belski2020-08-2917-239/+986
* | Drop various unused macros/APIsGeorge Peter Banyard2020-08-264-22/+20
* | fileinfo build fix proposal for haiku.David Carlier2020-08-213-38/+38
* | Promote Notice to Warning in libmagicGeorge Peter Banyard2020-07-101-1/+1
* | Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-221-9/+3
* | Drop wchar header check as always defined since C95George Peter Banyard2020-03-311-5/+1
* | Fix #79283: Segfault in libmagic patch contains a buffer overflowChristoph M. Becker2020-03-161-2/+16
|/
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-203-16/+21
|\
| * Fix #74170: locale information change after mime_content_typeSergei Turchanov2019-12-203-16/+21
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-10-282-4/+4
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-10-282-4/+4
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-10-282-4/+4
| | |\
| | | * Fix libmagic buffer overflow issue (CVE-2019-18218)Stanislav Malyshev2019-10-272-4/+4
| | * | Fix regexAnatol Belski2018-11-101-1/+1
| | * | Sync one more upstream libmagic pieceAnatol Belski2018-11-101-13/+1
| | * | Declare function proto in headerAnatol Belski2018-11-052-2/+3
| | * | Backport 7f5f4601 for 7.2Anatol Belski2018-11-042-22/+16
* | | | Update libmagic patchPeter Kokot2019-07-087-22/+11
* | | | Set buffer to NULL to prevent double free (Kamil Dudka at redhat)Anatol Belski2019-06-291-0/+1
* | | | Partially reapply ba40f505e5804a5f62a1e220b0dce9d417a27f4dAnatol Belski2019-05-301-4/+2
* | | | Fix datatypeAnatol Belski2019-05-301-1/+1
* | | | Ported limagic 5.37Anatol Belski2019-05-3022-923/+1827
* | | | Avoid maybe uninit warning in libmagicNikita Popov2019-04-151-1/+1
* | | | Fix unused variable warnings in libmagicNikita Popov2019-04-121-4/+4
* | | | Fix libmagic warningsNikita Popov2019-04-113-5/+8
* | | | Accept zend_string* instead of char* in php_pcre_match_impl()Nikita Popov2019-03-181-4/+4
* | | | Remove unused variablesFabien Villepinte2019-03-171-3/+2
* | | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-03-081-1/+1
|\ \ \ \ | |/ / /
| * | | Fix typo in libmagic versionFabien Villepinte2019-03-081-1/+1
* | | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-03-082-33/+8
|\ \ \ \ | |/ / /
| * | | Fixed bug #77576 pull the libmagic implementation of gmtime_rAnatol Belski2019-03-082-33/+8
* | | | Remove preg_options param from pcre_get_compiled_regex()Nikita Popov2018-12-261-3/+3
|/ / /
* | | Fix regexAnatol Belski2018-11-101-1/+1
* | | Declare function proto in headerAnatol Belski2018-11-052-2/+3
* | | Rework places in libmagic regarding previous CVE-2014-3538 fixesAnatol Belski2018-11-042-23/+17
* | | Fix possible stack buffer overflowAnatol Belski2018-08-041-2/+9
* | | Remove unnecessary decls, php.h is includedAnatol Belski2018-06-032-14/+0
* | | Align the ported place with libmagicAnatol Belski2018-06-031-13/+1
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-282-3/+3
* | | Use suitable datatypesAnatol Belski2018-04-302-5/+5
* | | Reuse the struct timespec based pieces in libmagicAnatol Belski2018-04-304-20/+14