History log of /PHP-8.1/ext/fileinfo/libmagic/apprentice.c (Results 26 – 50 of 90)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.6.7RC1, php-5.5.23RC1
# 1b77e51a 05-Mar-2015 Anatol Belski

started to patch for libmagic.next

everything is broken yet

# 5892ec17 06-Mar-2015 Anatol Belski

catching up

# ca985478 06-Mar-2015 Anatol Belski

catching up

# ec84d36c 06-Mar-2015 Anatol Belski

portable off_t

# 0d410fc2 06-Mar-2015 Anatol Belski

more after patch fixes

# 2181ed2e 05-Mar-2015 Anatol Belski

started to patch for libmagic.next

everything is broken yet

Revision tags: POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1
# f9d672f7 22-Jan-2015 Anatol Belski

Merge branch 'PHP-5.6'

* PHP-5.6:
simplify error handling for dirs as magic


# 60c2621b 22-Jan-2015 Anatol Belski

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
simplify error handling for dirs as magic


# 43652d38 22-Jan-2015 Anatol Belski

simplify error handling for dirs as magic

# 4e3e95df 22-Jan-2015 Anatol Belski

Merge branch 'PHP-5.6'

* PHP-5.6:
updated NEWS
Fixed bug #68827 Double free with disabled ZMM


# d0e75bdc 22-Jan-2015 Anatol Belski

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed bug #68827 Double free with disabled ZMM
Fixed segfault while running with moodle


# 91aa3401 22-Jan-2015 Joshua Rogers

Fixed bug #68827 Double free with disabled ZMM

Revision tags: php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

# ef89ab2f 28-Dec-2014 Anatol Belski

Merge branch 'PHP-5.6'

* PHP-5.6:
updated NEWs
Fixed bug #68665 (Invalid free)


# a72cd07f 28-Dec-2014 Anatol Belski

Fixed bug #68665 (Invalid free)

Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things

Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18
# c00424e4 15-Oct-2014 Anatol Belski

bring back all the TSRMLS_FETCH() stuff

for better comparability with the mainstream

Revision tags: php-5.4.34, php-5.5.18RC1, php-5.6.1
# 26e5f9ba 26-Sep-2014 Anatol Belski

cleanup TSRMLS_FETCH in ext/fileinfo

Revision tags: php-5.6.2
# 90fcf0f5 20-Sep-2014 Ard Biesheuvel

Merge branch 'PHP-5.6'


# 8312836c 20-Sep-2014 Ard Biesheuvel

Merge branch 'PHP-5.5' into PHP-5.6


# e64da8c2 20-Sep-2014 Ard Biesheuvel

Fixed bug #66242 (don't assume char is signed)

This fixes a bug in libmagic where a cast to 'char' is assumed to result
in sign extension to occur. However, unqualified 'char' is unsigne

Fixed bug #66242 (don't assume char is signed)

This fixes a bug in libmagic where a cast to 'char' is assumed to result
in sign extension to occur. However, unqualified 'char' is unsigned on
architectures such as ARM, so the cast needs to be to 'signed char'
explicitly.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

show more ...

Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3

Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# ac6d6aeb 19-Aug-2014 Anatol Belski

ported ext/fileinfo

Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11
# 62305edc 31-Mar-2014 Remi Collet

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
NEWS
NEWS
Fixed Bug #66987 Memory corruption in fileinfo ext (bigendian)


# 2c204a55 31-Mar-2014 Remi Collet

Fixed Bug #66987 Memory corruption in fileinfo ext (bigendian)

On little endian:
map->p == php_magic_database
map->magic[i] = pointer into the map

ma

Fixed Bug #66987 Memory corruption in fileinfo ext (bigendian)

On little endian:
map->p == php_magic_database
map->magic[i] = pointer into the map

map->p == NULL
map->magic[i] = pointer to allocated memory

On big endian (ppc64, s390x, ...):
map->p != php_magic_database and map->p != NULL
map->magic[i] = pointer into a copy of the map

Trying to efree pointer in the later cause memory corruption
Thanks to dkatulek / Red Hat for the report.

show more ...

1234