]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a bug in mmap2.test that was leaving an invalid sqlite3_log() callback installed...
authordan <dan@noemail.net>
Tue, 2 Apr 2013 20:19:22 +0000 (20:19 +0000)
committerdan <dan@noemail.net>
Tue, 2 Apr 2013 20:19:22 +0000 (20:19 +0000)
FossilOrigin-Name: c0cdaa07355f51bd217881b5b91ec2a609fa56f4

manifest
manifest.uuid
test/mmap2.test

index 1ca22b55cf1cef0055bd3f30dfb9e4dd27361cfb..aa9f6ee2cdd8d50dacd2fa21894260f6d72eb7c2 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sassert\sto\sthe\sWindows\sVFS\spertaining\sto\sthe\ssize\sof\sthe\sSIZE_T\stype.
-D 2013-04-02T20:13:04.021
+C Fix\sa\sbug\sin\smmap2.test\sthat\swas\sleaving\san\sinvalid\ssqlite3_log()\scallback\sinstalled,\scausing\sa\scrash.
+D 2013-04-02T20:19:22.780
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in df3e48659d80e1b7765785d8d66c86b320f72cc7
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -632,7 +632,7 @@ F test/misc6.test 953cc693924d88e6117aeba16f46f0bf5abede91
 F test/misc7.test dd82ec9250b89178b96cd28b2aca70639d21e5b3
 F test/misuse.test ba4fb5d1a6101d1c171ea38b3c613d0661c83054
 F test/mmap1.test 245eb4a6280d4b31523eb79486863afadac4f3c6
-F test/mmap2.test bb0c97cdac0db06a5acdc6836eef9866815481b1
+F test/mmap2.test c0cbb978eda8d06d755ba8d9e59ec06ebf60c5cb
 F test/multiplex.test e08cc7177bd6d85990ee1d71100bb6c684c02256
 F test/multiplex2.test 580ca5817c7edbe4cc68fa150609c9473393003a
 F test/multiplex3.test d228f59eac91839a977eac19f21d053f03e4d101
@@ -1042,7 +1042,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
-P 3050136be962427cc4dcced6077ef29b2a941405
-R 69136e8e9adf1c4824020b7a88c6a9a7
-U mistachkin
-Z 0311bae3bb3a8c1122f90eda3126446b
+P 4eeea58354e21797ca1f4dc4ea785d0330381f0b
+R 6d15151e9d49c450ba09b87b5b0a03e1
+U dan
+Z 90fc4c0a95395512a6e1551c81a3562f
index 341d71bfa9a054052c428529f90311b5220190e8..6ec6c816974f14624ea7d84319e822c7d1763bf2 100644 (file)
@@ -1 +1 @@
-4eeea58354e21797ca1f4dc4ea785d0330381f0b
\ No newline at end of file
+c0cdaa07355f51bd217881b5b91ec2a609fa56f4
\ No newline at end of file
index d43ea97adfa067ce2f5168639fcad5b44cf67bab..fb36507efd203052b768f37ed162e3a424f44285 100644 (file)
@@ -74,6 +74,10 @@ foreach syscall {mmap mremap} {
   }
 }
 
+db close
 test_syscall uninstall 
+sqlite3_shutdown
+test_sqlite3_log 
+sqlite3_initialize
 finish_test