Messages in this thread |  | | From | David Howells <> | Subject | Re: [PATCH] KEYS: remove unnecessary get/put of explicit dest_keyring | Date | Fri, 24 Nov 2017 21:18:16 +0000 |
| |
Eric Biggers <ebiggers3@gmail.com> wrote:
> > > - construct_get_dest_keyring(&dest_keyring); > > > > This will break. construct_get_dest_keyring() does other things than just > > getting a ref on whatever dest_keyring points to. > > > > Not if dest_keyring is non-NULL (i.e. explicitly specified), which it is in > this case.
Actually, you're right.
David
|  |