Comment 1 for bug 656545

Revision history for this message
Alejandro J. Cura (alecu) wrote : Re: the new find_credentials segfaults

It looks like calling keyring_get_credentials from a thread is not safe.
I propose renaming the current one keyring_get_credentials_sync.
Also I propose not using a thread in the new find_credentials and using the async way of accessing the keyring instead.