]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
raster-interpreter.c: Fix crash in 'scan_ps()' found by fuzzer
authorzdohnal <zdohnal@redhat.com>
Mon, 27 Nov 2023 09:11:52 +0000 (10:11 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 09:11:52 +0000 (10:11 +0100)
Fuzzer using _cupsRasterExecPS() found a way how to pass NULL into scan_ps(), causing crash - we have to sanitize the argument for NULL to fix it.

Fixes #831


Trivial merge