Chromium Code Reviews
DescriptionHistogram - add check for external LinearHistogram data with mismatching range.
This adds an extra step of validation for LinearHistogram data (also known as enum data)
coming from an external data source: if a histogram already exists for the specified name
but the range of the new data does not match the existing histogram, then discard the
new data to prevent crashing chrome.
BUG=143714
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154887
Patch Set 1 #Patch Set 2 : Fix compile error. #Messages
Total messages: 4 (0 generated)
|