History log of /PHP-8.1/ext/spl/tests/gh7809.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 0ed39ed8 22-Dec-2021 Christoph M. Becker

Fix GH-7809: Cloning a faked SplFileInfo object may segfault

While the `path` is not supposed to be `NULL` for normal operation, it
is possible to create `SplFileInfo` objects where that

Fix GH-7809: Cloning a faked SplFileInfo object may segfault

While the `path` is not supposed to be `NULL` for normal operation, it
is possible to create `SplFileInfo` objects where that is the case, and
we must not follow the null pointer.

Closes GH-7814.

show more ...