Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: third_party/sqlite/src/src/test_quota.c

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/src/test_osinst.c ('k') | third_party/sqlite/src/src/test_rtree.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/src/test_quota.c
diff --git a/third_party/sqlite/src/src/test_quota.c b/third_party/sqlite/src/src/test_quota.c
index 80ebd0589e1eca1ad9cf4494fa31a4b7c0634f7c..e8e0b3407223e1829bfcd2563420f066b96f9686 100644
--- a/third_party/sqlite/src/src/test_quota.c
+++ b/third_party/sqlite/src/src/test_quota.c
@@ -889,7 +889,7 @@ int sqlite3_quota_set(
** management, update its size.
*/
int sqlite3_quota_file(const char *zFilename){
- char *zFull;
+ char *zFull = 0;
sqlite3_file *fd;
int rc;
int outFlags = 0;
« no previous file with comments | « third_party/sqlite/src/src/test_osinst.c ('k') | third_party/sqlite/src/src/test_rtree.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698