History log of /php-src/ext/spl/tests/gh12721.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 4d41dffb 18-Nov-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-12721: SplFileInfo::getFilename() segfault in combination with GlobIterator and no directory separator

This broke in 7cd8879 and 9bae9ab. NULL is a perfectly valid return
value th

Fix GH-12721: SplFileInfo::getFilename() segfault in combination with GlobIterator and no directory separator

This broke in 7cd8879 and 9bae9ab. NULL is a perfectly valid return
value that should be handled.

Closes GH-12722.

show more ...