commit | b3f7312686bb67dc18a8f1edc3753f5857a18d58 | [log] [tgz] |
---|---|---|
author | Adrian Taylor <adetaylor@chromium.org> | Thu Apr 30 00:56:14 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 30 00:56:14 2020 |
tree | 3faef9a477c7f91a2812367b8f65a6059c6bcc9b | |
parent | 55cbfe54e36f92f2e6849e714b6075b5050d930b [diff] |
Add FAQ note about null pointer derefences. This Q has indeed been frequently asked. This copies the existing wording from: https://www.chromium.org/Home/chromium-security/reporting-security-bugs but adding a note that offsets must be small as well as fixed. It also explains why we consider these non-exploitable as befits a FAQ. Change-Id: Ie7c1cdda341e0f82df8c88dd4994bd3f2113f345 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2173645 Reviewed-by: Chris Palmer <palmer@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Cr-Commit-Position: refs/heads/master@{#764080}
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 .
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.