mirror of https://github.com/google/oss-fuzz.git
Fix for bug 802.
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=802#c4
This commit is contained in:
parent
539f0db233
commit
2aff2eedcf
|
@ -24,6 +24,7 @@ export ASAN_OPTIONS=detect_leaks=0
|
|||
# Also limit max memory page count to avoid creating large databases.
|
||||
export CFLAGS="$CFLAGS -DSQLITE_MAX_LENGTH=128000000 \
|
||||
-DSQLITE_MAX_SQL_LENGTH=128000000 \
|
||||
-DSQLITE_MAX_MEMORY=25000000 \
|
||||
-DSQLITE_PRINTF_PRECISION_LIMIT=1048576 \
|
||||
-DSQLITE_MAX_PAGE_COUNT=16384"
|
||||
../configure
|
||||
|
|
Loading…
Reference in New Issue