commit | bdef01f45f0ce0b630656d1afeb5f7fb62975eae | [log] [tgz] |
---|---|---|
author | Syed AbuTalib <lowkey@google.com> | Wed Oct 02 20:36:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 02 20:36:24 2024 |
tree | 7254dfd03379566a1804b198f3e6bb919adf633c | |
parent | 70631a408af7a9d4427261337a80afcd412e68f7 [diff] |
Fix use-after std::move in WebmMuxer fuzzer tests Fuzzer test was failing due to dereferencing a null pointer, moving the instantiation of the buffer to within the if statements. Also have two buffers now to prevent any mutations between the two PutFrame calls. Bug: 370597899 Change-Id: I437f8b974696803d14f1e0e64abac0ba660e1e59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5904728 Reviewed-by: Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Syed AbuTalib <lowkey@google.com> Reviewed-by: Ted (Chromium) Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1363277}
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.