Commit 9289deff authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

Roll src/third_party/sqlite/src/ 3d3ac5e6f..c906d361b (2 commits)

https://chromium.googlesource.com/chromium/deps/sqlite.git/+log/3d3ac5e6f58a..c906d361bd62

$ git log 3d3ac5e6f..c906d361b --date=short --no-merges --format='%ad %ae %s'
2020-04-15 huangdarwin Fix a case when a pointer might be used after being freed in the ALTER TABLE code. Fix for [4722bdab08cb1].
2020-04-14 huangdarwin In the event of a semantic error in an aggregate query, early-out the resetAccumulator() function to prevent problems due to incomplete or incorrect initialization of the AggInfo object. Fix for ticket [af4556bb5c285c08].

Created with:
  roll-dep src/third_party/sqlite/src

Bug: 1070012
Change-Id: Ib6b8271a20064a846d6be69ba022cff57b4b5730
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153576
Auto-Submit: Darwin Huang <huangdarwin@chromium.org>
Reviewed-by: default avatarChris Mumford <cmumford@google.com>
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759894}
parent fb5fd69e
...@@ -1369,7 +1369,7 @@ deps = { ...@@ -1369,7 +1369,7 @@ deps = {
Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'f5acee902c4d2110f671455460172cb6d3bf5b73', Var('chromium_git') + '/external/github.com/google/snappy.git' + '@' + 'f5acee902c4d2110f671455460172cb6d3bf5b73',
'src/third_party/sqlite/src': 'src/third_party/sqlite/src':
Var('chromium_git') + '/chromium/deps/sqlite.git' + '@' + '3d3ac5e6f58a5bc28e96e621909b594e7f950e53', Var('chromium_git') + '/chromium/deps/sqlite.git' + '@' + 'c906d361bd62412e009a4ab8a9077ccf974b2fd8',
'src/third_party/sqlite4java': { 'src/third_party/sqlite4java': {
'packages': [ 'packages': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment