Descriptionlinux: work around gnome keyring memory corruption
Older versions of gnome keyring corrupt memory if you fetch too much
data from it. Despite our best efforts, we couldn't come up with a way
to tell if you're using the broken old version so that we could blacklist
it. Instead, we fetch passwords one-by-one, which is slow but tolerable
since we do it on a background thread anyway.
While I'm here, refactor the code a bit to simplify it.
TEST=password manager doesn't crash when using mdm's sample 100 password db
with --password-store=gnome on hardy
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50771
Patch Set 1 #Patch Set 2 : x #
Total comments: 4
Patch Set 3 : final version for trybots #Patch Set 4 : now with better defines #Messages
Total messages: 1 (0 generated)
|