Fix for bug 802.

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=802#c4
This commit is contained in:
Abhishek Arya 2017-03-10 09:02:02 -08:00 committed by GitHub
parent 539f0db233
commit 2aff2eedcf
1 changed files with 1 additions and 0 deletions

View File

@ -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