[ghostscript] Make sure that all state kept in memory. (#3619)

The default setting allows for state to be temporarily saved to disk.
This is likely to interfere with the fuzzer's knowledge about state of data.
This commit is contained in:
Sebastian Rasmussen 2020-04-11 21:13:26 +08:00 committed by GitHub
parent 41c719f127
commit b96dd54183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ static int gs_to_raster_fuzz(const unsigned char *buf, size_t size)
"gs",
"-K1048576",
"-r200x200",
"-sBandListStorage=memory",
"-dMaxBitmap=0",
"-dBufferSpace=450k",
"-dMediaPosition=1",