Chromium Code Reviews
DescriptionMake OwnerKeyUtil thread safe as originally intended.
There are actually crash reports that indicate a crash when
chromeos::SessionManagerOperation::LoadOwnerKey() calls into
util->IsPublicKeyPresent(). The available data points at the vtable
contents being invalid, which can happen due to improperly using
base::RefCounted instead of base::RefCountedThreadSafe.
BUG=chromium:147334
TEST=Less crashes. Manual or automated test not practical, search the crash database for SessionManagerOperation::LoadOwnerKey() and check that there are no crashes after the fix.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155714
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||