1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add the "dbfuzz2" target to main.mk. Remove an unused local variable

from dbfuzz2.c.

FossilOrigin-Name: 05c7609cfd02f49114876267d7090f4e0ea2467f3aa7c65019c5986ec8f60a87
This commit is contained in:
drh
2019-01-11 14:22:33 +00:00
parent 51d35b0fa9
commit 26391eeefe
4 changed files with 22 additions and 9 deletions

View File

@ -169,7 +169,6 @@ static unsigned char *readFile(const char *zName, int *pnByte){
#ifdef STANDALONE
int main(int argc, char **argv){
int i;
int prevAmt = -1;
LLVMFuzzerInitialize(&argc, &argv);
for(i=1; i<argc; i++){
unsigned char *pIn;