History log of /PHP-7.4/ext/phar/tests/bug81211.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# b815645a 24-Aug-2021 Stanislav Malyshev

Fix test


# 2ff853aa 23-Aug-2021 Christoph M. Becker

Fix #81211: Symlinks are followed when creating PHAR archive

It is insufficient to check whether the `base` is contained in `fname`;
we also need to ensure that `fname` is properly separ

Fix #81211: Symlinks are followed when creating PHAR archive

It is insufficient to check whether the `base` is contained in `fname`;
we also need to ensure that `fname` is properly separated. And of
course, `fname` has to start with `base`.

show more ...