From: drh Date: Fri, 17 Mar 2017 14:15:06 +0000 (+0000) Subject: Fix the Makefile.in so that it builds the ossshell test program correctly. X-Git-Tag: version-3.18.0~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59d705ab808645ac865ad14e19d47f688064005f;p=thirdparty%2Fsqlite.git Fix the Makefile.in so that it builds the ossshell test program correctly. FossilOrigin-Name: 36f5602ec9fb8e404c5250e18b1db877ac7bee643918b94afd51808134ea7900 --- diff --git a/Makefile.in b/Makefile.in index 0b40cb458b..9076ffc085 100644 --- a/Makefile.in +++ b/Makefile.in @@ -621,7 +621,8 @@ fuzzcheck$(TEXE): $(FUZZCHECK_SRC) sqlite3.c sqlite3.h $(LTLINK) -o $@ $(FUZZCHECK_OPT) $(FUZZCHECK_SRC) sqlite3.c $(TLIBS) ossshell$(TEXE): $(TOP)/test/ossfuzz.c $(TOP)/test/ossshell.c sqlite3.c sqlite3.h - $(LTLINK) -o $@ $(FUZZCHECK_OPT) $(TOP)/test/ossshell.c sqlite3.c sqlite3.h $(TLIBS) + $(LTLINK) -o $@ $(FUZZCHECK_OPT) $(TOP)/test/ossshell.c \ + $(TOP)/test/ossfuzz.c sqlite3.c $(TLIBS) dbfuzz$(TEXE): $(TOP)/test/dbfuzz.c sqlite3.c sqlite3.h $(LTLINK) -o $@ $(DBFUZZ_OPT) $(TOP)/test/dbfuzz.c sqlite3.c $(TLIBS) diff --git a/manifest b/manifest index 77a9eebb02..6f14fa4cca 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C Fix\sa\sbuffer\soverread\sin\sdebugging\sroutine\ssqlite3VdbeMemPrettyPrint().\nProblem\sdiscovered\sby\sOSS-Fuzz. -D 2017-03-17T13:59:06.018 -F Makefile.in 9605f4c49eace601d5c12c85dd6e037cc613a6d823e857614ba26b42f1285db0 +C Fix\sthe\sMakefile.in\sso\sthat\sit\sbuilds\sthe\sossshell\stest\sprogram\scorrectly. +D 2017-03-17T14:15:06.628 +F Makefile.in 1cc758ce3374a32425e4d130c2fe7b026b20de5b8843243de75f087c0a2661fb F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc 1faf9f06aadc9284c212dea7bbc7c0dea7e8337f0287c81001eff500912c790a F README.md 2b15fae33852f2f53996774c21fb41e1d94181c4401a0e43ac93e11f2cc901b9 @@ -1566,7 +1566,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 019dd3d5ba4a596c4ec3b5f0de8402c72196af0faca9138edbc0f1f4957cae60 -R 6b67c5433a6804d9ab2b5f747ce1957d -U dan -Z cc6693cd745156921be8476a07d72767 +P f336fba7d7d41b91a5000d01dddf785821fa79ea31dbd8d1f769d55f7e871896 +R a0acb13b6691b2f29cdfa3d14a75a6b3 +U drh +Z a464f97090f56a22de007bae0707b7f9 diff --git a/manifest.uuid b/manifest.uuid index 7fc9e0264a..cdf2f41fac 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -f336fba7d7d41b91a5000d01dddf785821fa79ea31dbd8d1f769d55f7e871896 \ No newline at end of file +36f5602ec9fb8e404c5250e18b1db877ac7bee643918b94afd51808134ea7900 \ No newline at end of file