commit | c4e7ff1ce7e01da55fd1309cd53948cdef612308 | [log] [tgz] |
---|---|---|
author | Jordan Bayles <jophba@chromium.org> | Tue Apr 20 18:03:00 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 20 18:03:00 2021 |
tree | 35af0eb3748756dc2dc0d8493185176cb9080c1d | |
parent | 1aeb58cecd70c1a9bf691cf7eda4b4de8c42c1da [diff] |
Fix cast_auth_util_fuzzer Currently the fuzzer fails due to not finding a certificate. Although blamed on a refactor patch, it is unclear whether this worked before and if so, how. The fix is to, instead of trying to load a test PEM file, to copy said PEM file into a data header C++ file for inclusion directly in the source file, fixing any potential isolate issues. NOTE: this patch also adds some additional DEPS to open screen in the cast_channel component. Migration of the cast_auth_util_fuzzer tests into Open Screen are tracked separately. Bug: 1156964 Change-Id: Iaaddd8596a2d642f37fe02939e39f197dee04cf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2837249 Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org> Reviewed-by: Doug Steedman <dougsteed@chromium.org> Cr-Commit-Position: refs/heads/master@{#874334}
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.