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

Issue 2506593002: Add SQLITE_PRINTF_PRECISION_LIMIT=128000000 for sqlite3 fuzzer builds. (Closed)

Created:
4 years, 1 month ago by mmoroz
Modified:
4 years, 1 month ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add SQLITE_PRINTF_PRECISION_LIMIT=128000000 for sqlite3 fuzzer builds. TBR=shess@chromium.org BUG=665405 Committed: https://crrev.com/8b8df507bb85f8e398b6120e7bc7b3182966aaa8 Cr-Commit-Position: refs/heads/master@{#432172}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M third_party/sqlite/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
mmoroz
On 2016/11/15 11:17:46, mmoroz wrote: > Description was changed from > > ========== > Add ...
4 years, 1 month ago (2016-11-15 11:17:52 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2506593002/1
4 years, 1 month ago (2016-11-15 11:18:04 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/272493)
4 years, 1 month ago (2016-11-15 13:18:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2506593002/1
4 years, 1 month ago (2016-11-15 13:31:34 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-11-15 13:53:15 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/8b8df507bb85f8e398b6120e7bc7b3182966aaa8 Cr-Commit-Position: refs/heads/master@{#432172}
4 years, 1 month ago (2016-11-15 13:56:45 UTC) #12
Scott Hess - ex-Googler
LGTM. This would seem to make http://crbug.com/659224 not repro. Would it make sense to instead ...
4 years, 1 month ago (2016-11-15 21:18:59 UTC) #13
mmoroz
4 years, 1 month ago (2016-11-16 12:29:11 UTC) #14
Message was sent while issue was closed.
On 2016/11/15 21:18:59, Scott Hess wrote:
> LGTM.
> 
> This would seem to make http://crbug.com/659224 not repro.  Would it make
sense
> to instead promote the limit to our SQLite build as a whole?  In fact, the
same
> can probably be said of SQLITE_MAX_SQL_LENGTH.
> 
> I would even support setting both much smaller, like
> SQLITE_PRINTF_PRECISION_LIMIT around 1000 and SQLITE_MAX_SQL_LENGTH around
> 1000*1000, both of which seem pretty relaxed in terms of real-world usage. 
> AFAICT the _only_ possible negative impact would be on WebSQL, which has been
> deprecated for 6 or 7 years.

In general, hardening of all those limits SGTM. But I have no idea who and how
relies on that. Asking more OWNERS of projects which depend on sqlite3 would
probably make sense.

Powered by Google App Engine
This is Rietveld 408576698