DescriptionFixed a glitch in the ComponentCloudPolicyUpdater where a protobuf field was read before being validated.
The updater receives protobufs that contain a secure hash of some content. When this hash
differs from the cached version then the content has been updated. The bug is that the
updater compares an empty secure_hash with an empty cached hash, which causes an early
return but should cancel a pending job, if there is one.
BUG=163318
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187290
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|