Searched refs:imageloadfont (Results 1 – 8 of 8) sorted by relevance
2 imageloadfont() "End of file while reading header"19 $font = imageloadfont($filename);26 $font = imageloadfont($filename);33 Warning: imageloadfont(): End of file while reading header in %s on line %d35 Warning: imageloadfont(): End of file while reading header in %s on line %d
2 imageloadfont() function crashes16 $font = imageloadfont($filename);22 Warning: imageloadfont(): Product of memory allocation multiplication would exceed INT_MAX, failing…25 Warning: imageloadfont(): Error reading font, invalid font header in %simageloadfont_invalid.php on…
2 Bug #81739 (OOB read due to insufficient validation in imageloadfont())13 var_dump(imageloadfont(__DIR__ . "/font.font"));20 Warning: imageloadfont(): %croduct of memory allocation multiplication would exceed INT_MAX, failin…23 Warning: imageloadfont(): Error reading font, invalid font header in %s on line %d
2 Testing that imageloadfont() breaks on invalid file passed as first argument11 var_dump( imageloadfont('\src\invalidfile.font') );14 Warning: imageloadfont(\src\invalidfile.font): Failed to open stream: No such file or directory in …
566 ZEND_FUNCTION(imageloadfont);701 ZEND_FE(imageloadfont, arginfo_imageloadfont)
11 function imageloadfont(string $filename): int|false {} function
626 PHP_FUNCTION(imageloadfont) in PHP_FUNCTION() argument
79 imageloadfont(). (CVE-2022-31630) (cmb)
Completed in 21 milliseconds