commit | b47503bdd82d4eb6556c53f01959cc00c2696c15 | [log] [tgz] |
---|---|---|
author | Max Moroz <[email protected]> | Thu Aug 08 21:03:27 2019 |
committer | Commit Bot <[email protected]> | Thu Aug 08 21:03:27 2019 |
tree | e6cc4e26a47fce888eafc2b71081674c6755b777 | |
parent | f4b471307080ee01e374ee2636a48d31dad6477b [diff] |
PRESUBMIT: add check and test for fuzz targets to catch missing header include. The header (testing/libfuzzer/libfuzzer_exports.h) should be included in fuzz targets they define optional libFuzzer symbols, as otherwise those symbols may be stripped by the linker on Mac and fuzz target may work incorrectly, see https://crbug.com/687076 for more information. Bug: 991345 Change-Id: I459774f2bc8de708d67c0af455031146592c4799 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1738756 Commit-Queue: Max Moroz <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Abhishek Arya <[email protected]> Cr-Commit-Position: refs/heads/master@{#685342}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .