mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
These tests actually check that no file with a name containing a NUL is created by the GD image output functions. This is superfluous, since it is sufficient to check that the function failed, and that an appropriate warning has been raised. We also add missing nullbyte injection tests.