commit | aaa40d89212990d7c3172bc51fb90796a9feedc3 | [log] [tgz] |
---|---|---|
author | Liza Burakova <liza@chromium.org> | Mon Sep 09 17:00:50 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 09 17:00:50 2024 |
tree | a4b1f109be317aca2b73d8d0785f1106912161dc | |
parent | 43e7dbd0cff0f765a53db3609615846428e21d17 [diff] |
Initialize image decoder settings dynamically. This CL uses fuzzer input to initialize each image decoder in the jpeg, bmp, and png decoder fuzzers dynamically in order to improve fuzzing converage. This CL also adds some utility functions to reduce code-reuse in the fuzzers, and moves the bmp_image_decoder_fuzzer into the same BUILD file as the other two fuzzers for consistency. Bug: 323934468 Change-Id: I3d415255d11e0b1a253c56e82281441713775988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5775712 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Liza Burakova <liza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1352826}
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.