From: zdohnal Date: Mon, 27 Nov 2023 09:11:52 +0000 (+0100) Subject: raster-interpreter.c: Fix crash in 'scan_ps()' found by fuzzer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59dbbdbbb49416e1aa07b5da1738b1511f337c0e;p=thirdparty%2Fcups.git 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 --- 59dbbdbbb49416e1aa07b5da1738b1511f337c0e