commit | 415ee2cf50d36eb5622a36188e4e10f21f815b02 | [log] [tgz] |
---|---|---|
author | Luc Nguyen <lucnguyen@google.com> | Thu Mar 07 17:47:10 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 07 17:47:10 2024 |
tree | 906d2b21703d3995752bfe24dc46b3f3966336b5 | |
parent | 51aede2e11b280314d8a8fd30b6be4326ba0449e [diff] |
Handle out of bound bucket when creating iterator This CL handles it by ignoring the invalid SingleSample. It eventually gets discarded (in the case of Iterator, it is discarded when the histogram moves from SingleSample to a counts storage, and in the case of ExtractingIterator, it is discarded immediately since the sample was already removed). Fixed: 328151900 Change-Id: I78a266455464f483122cccddf531abefb674fbbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5350180 Commit-Queue: Luc Nguyen <lucnguyen@google.com> Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/main@{#1269671}
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.