]> granicus.if.org Git - php/commit
Fixed bug #71527 Buffer over-write in finfo_open with malformed magic file
authorAnatol Belski <ab@php.net>
Sun, 27 Mar 2016 22:45:19 +0000 (00:45 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 30 Mar 2016 21:00:33 +0000 (23:00 +0200)
commit7522335b994595f8ef28b078b4ce440eca225422
tree09f69cbd00b1dc12f8ad89103b345a4459b0a08b
parent43416cfc065b9d1d7d35db7ad42534759d01e77a
Fixed bug #71527 Buffer over-write in finfo_open with malformed magic file

The actual fix is applying the upstream patch from
https://github.com/file/file/commit/6713ca45e7757297381f4b4cdb9cf5e624a9ad36
ext/fileinfo/libmagic/funcs.c
ext/fileinfo/tests/bug68996.phpt
ext/fileinfo/tests/bug71527.magic [new file with mode: 0644]
ext/fileinfo/tests/bug71527.phpt [new file with mode: 0644]