commit | bc14390897c9111d20077c7e23b2d5f4e3f46076 | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Mon Apr 28 17:12:13 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 28 17:12:13 2025 |
tree | 8b75bfb432799c501192735b87cf25314d7f7e8f | |
parent | 7af23a90b7148d5804808f0769f3d764570c0360 [diff] |
Guard the SegmentedString::Push() call in segmented_string_fuzzer Said function CHECKs that the input character is non-NUL, so calling it with a NUL will just hit that CHECK and abort. Fixed: 411770058 Change-Id: Ice93ccc388cc350bc0d9bbd2c3cbc1ec80a5413b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6491829 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1452718}
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.