Eric Biggers <[email protected]> wrote: > + if (do_perm_check) { > + ret = key_permission(make_key_ref(dest_keyring, 1), > + KEY_NEED_WRITE);
dest_keyring may be NULL at this point as alloc_uid() doesn't automatically create keyrings. David
Eric Biggers <[email protected]> wrote: > + if (do_perm_check) { > + ret = key_permission(make_key_ref(dest_keyring, 1), > + KEY_NEED_WRITE);
dest_keyring may be NULL at this point as alloc_uid() doesn't automatically create keyrings. David