commit | 1e6dd84972f1184b2ba00b45019ebaee88eae265 | [log] [tgz] |
---|---|---|
author | Paul Semel <paulsemel@chromium.org> | Fri Jan 10 17:02:46 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 10 17:02:46 2025 |
tree | 648a7478e44c025cef98a9850dded04cd2557f74 | |
parent | b0471c82765c930d146538c178433e9b4b007632 [diff] |
fuzzing: fix sqlite3_dbfuzz2_fuzzer build for coverage The symbol should be defined all the time, not just when using sanitizers, because this fuzzer needs it. Bug: 40613525,40272521 Change-Id: I686966f60b05f2ec0b60539620b6ff7a0fe97a21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6163471 Auto-Submit: Paul Semel <paulsemel@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Commit-Queue: Paul Semel <paulsemel@chromium.org> Reviewed-by: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1404837}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.