mirror of https://github.com/google/oss-fuzz.git
[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:
parent
41c719f127
commit
b96dd54183
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue