]> git.ipfire.org Git - thirdparty/cups.git/commit
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)
commit59dbbdbbb49416e1aa07b5da1738b1511f337c0e
tree72df3a1fb64b6d1edb591763d54134ca75d2d5f3
parenta7a80bd3c634ec25c07f6dcf626107d5d3ee8b6a
parent609ea2bdeb4bdfccc9c0ec0ef5ba6de8d3e0b709
raster-interpreter.c: Fix crash in 'scan_ps()' found by fuzzer

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