Eric Biggers <[email protected]> wrote: > if (dest_keyring) { > - construct_get_dest_keyring(&dest_keyring);
Actually, I think I have the order of these lines inverted. construct_get_dest_keyring() can actually return without setting dest_keyring to anything. This didn't used to be the case, but now that the user-session keyring is made lazily, there's no guaranteed fallback. David

