commit | 6ca4e4fd4595993e1c73476516ac72dcfc500921 | [log] [tgz] |
---|---|---|
author | Leonard Grey <lgrey@chromium.org> | Wed Feb 09 14:17:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 09 14:17:18 2022 |
tree | 63f51bb482315ddabf13ad6edd692e075472f975 | |
parent | 6cd38ae5b4f2ea35e0f050fca9b2ba7f27daecff [diff] |
[gin] Fix formatted flag parsing `SetV8FlagsFormatted` currently removes 1 from the length provided by `vsnprintf`, but `vsnprintf` does not include the null terminator in the returned length. This cuts off the last character in the string, resulting in log spam: Error: Value for flag --concurrent-sparkplug-max-threads= of type uint is out of bounds [0-4294967295] Bug: None Change-Id: I92e41f88cfb1f6d768528b2a9a892911d6276aae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3449054 Reviewed-by: Camillo Bruni <cbruni@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/main@{#968901}
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.