commit | 04bba5b7ee79e0c1fe4fc678b08b9c04d938ba88 | [log] [tgz] |
---|---|---|
author | Paul Semel <paulsemel@chromium.org> | Tue Mar 26 14:50:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 26 14:50:17 2024 |
tree | 0c78d18ec9ac13ce44e8e289540b849c7005958e | |
parent | 0e5039130aa4893fbed79bc7042cfc1c7725a5f7 [diff] |
fuzzing: introduce an IPC fuzzer (InProcessFuzzer) This fuzzer aims at using the existing InProcessFuzzer in order to fuzz the IPC surface. As for now, it leverages the newly introduced MojoLPMGenerator, and only fuzzes BlobRegistry. In a near future, we aim at increasing the number of fuzzed interfaces. Bug: 1483992 Change-Id: Iff0529807b1e5d052b2033e458ae200ae7c72c25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5134508 Reviewed-by: Titouan Rigoudy <titouan@chromium.org> Commit-Queue: Paul Semel <paulsemel@chromium.org> Reviewed-by: Adrian Taylor <adetaylor@google.com> Cr-Commit-Position: refs/heads/main@{#1278308}
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.