[mpc] Clear CachedMatchedProperties::matched_properties_types
Not really part of the MatchedPropertiesCache project, but we are obviously missing a clear() call for the matched_properties_types vector. It looks to me like this could potentially cause non- deterministic crashes in case of hash collisions (operator== makes assumptions about the size this vector), although no such crashes are known. Bug: 1057072 Change-Id: Ia741544fe2e69eba505c57e8315e01786674a56f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207153 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#770371}
Showing
Please register or sign in to comment