History log of /PHP-8.2/ext/fileinfo/libmagic.patch (Results 1 – 25 of 113)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c2b671cb 11-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-13344: finfo::buffer(): Failed identify data 0:(null)

Credits to ranvis for finding the upstream commit that fixes the issue.

This backports https://github.com/file/file/comm

Fix GH-13344: finfo::buffer(): Failed identify data 0:(null)

Credits to ranvis for finding the upstream commit that fixes the issue.

This backports https://github.com/file/file/commit/029b82459eff7074425cfcbda7c3ce07bb9ce32d

Closes GH-13370.

show more ...


# 9d5f2f13 20-Mar-2023 Ilija Tovilo

Use new ZSTR_INIT_LITERAL macro (#10879)


# 3c602fdf 02-Oct-2022 Anatol Belski

libmagic: Keep the WS limitation piece

Signed-off-by: Anatol Belski <ab@php.net>


# 1b39d4c6 02-Oct-2022 Anatol Belski

libmagic: Further simplify diff

Avoid displaced lines where not necessary, use include guard and don't
change called function names.

Signed-off-by: Anatol Belski <ab@php.net>


# 78b6f0d2 02-Oct-2022 Anatol Belski

fileinfo: libmagic: Update libmagic.patch

[ci skip]

Signed-off-by: Anatol Belski <ab@php.net>


# a24727a5 13-Sep-2022 Anatol Belski

fileinfo: libmagic: Apply libmagic.patch

Signed-off-by: Anatol Belski <ab@php.net>


# ca6d511f 30-Jun-2022 Christoph M. Becker

Fix #81723: Memory corruption in finfo_buffer()

We need to use the same memory allocator throughout.


# d08451b2 29-May-2022 George Peter Banyard

Replace php_stdint.h header with standard headers (#8613)


# 45e623da 25-Apr-2022 David Carlier

libmagic: use php_memnstr instead of memmem

Closes GH-8391.


# 3c40d9bf 18-Sep-2021 Anatol Belski

libmagic: Update patch

Signed-off-by: Anatol Belski <ab@php.net>


# fa96c7e0 18-Sep-2021 Anatol Belski

fileinfo: Fixed bug #78987 High memory usage during encoding detection

The default buffer size for the encoding detection is set to 64K.

Signed-off-by: Anatol Belski <ab@php.net>


# 7251f390 06-Apr-2021 Anatol Belski

fileinfo: Update the patch

Signed-off-by: Anatol Belski <ab@php.net>


# 4af6679d 05-Apr-2021 Anatol Belski

fileinfo: Update libmagic.patch

Signed-off-by: Anatol Belski <ab@php.net>


# 3b9173dc 01-Apr-2021 Anatol Belski

fileinfo: Port libmagic 5.40

Signed-off-by: Anatol Belski <ab@php.net>


# 39f95f56 23-Nov-2020 Christoph M. Becker

Fix #77961: finfo_open crafted magic parsing SIGABRT

libmagic may abort the running process, which is not desirable for PHP;
we raise a fatal error instead.

Closes GH-6437.


# e64c386b 02-Sep-2020 Anatol Belski

libmagic: Update patch

[ci skip]

Signed-off-by: Anatol Belski <ab@php.net>


# 486866c1 29-Aug-2020 Anatol Belski

libmagic: Update patch [ci skip]

Signed-off-by: Anatol Belski <ab@php.net>


# 1b2ec73c 26-Aug-2020 George Peter Banyard

Drop various unused macros/APIs

Also convert_libmagic_pattern() to return a zend_string*

Closes GH-6029


# f32653ac 13-Aug-2020 David Carlier

fileinfo build fix proposal for haiku.

Haiku already defines a unichar type and different than the fileinfo's anyway.

Closed GH-5983


# 3f286fa8 08-Jul-2020 George Peter Banyard

Promote Notice to Warning in libmagic

The current behaviour makes little to no sense, having a notice which starts with 'Warning:' should just be a warning

Closes GH-5824


# f91f7260 22-Apr-2020 George Peter Banyard

Drop unnecessary stdint and inttypes header checks

These are always available as of C99.

Closes GH-5323

Co-authored-by: "Christoph M. Becker" <cmbecker69@gmx.de>


# 457380ca 29-Mar-2020 George Peter Banyard

Drop wchar header check as always defined since C95


# 7702b693 02-Mar-2020 Christoph M. Becker

Fix #79283: Segfault in libmagic patch contains a buffer overflow

To solve this, we properly calculate the required string length upfront
instead of allocating an oversized string (`len

Fix #79283: Segfault in libmagic patch contains a buffer overflow

To solve this, we properly calculate the required string length upfront
instead of allocating an oversized string (`len * 4 + 4`).

show more ...


# aa88f33f 02-Mar-2020 Christoph M. Becker

Fix #79283: Segfault in libmagic patch contains a buffer overflow

To solve this, we properly calculate the required string length upfront
instead of allocating an oversized string (`len

Fix #79283: Segfault in libmagic patch contains a buffer overflow

To solve this, we properly calculate the required string length upfront
instead of allocating an oversized string (`len * 4 + 4`).

show more ...


# f15ab32a 26-Feb-2020 Christoph M. Becker

Update libmagic.patch

Some commits missed to update the patch file, so we're catching up on
this.

To generally make this easier, we back-port generate_patch.sh from
PHP-7.4,

Update libmagic.patch

Some commits missed to update the patch file, so we're catching up on
this.

To generally make this easier, we back-port generate_patch.sh from
PHP-7.4, where we now also generate magic.h from magic.h.in.

show more ...


12345