commit | b3811d36a3e7e7e8ed660bf01151496cf99cf9ed | [log] [tgz] |
---|---|---|
author | Chun-Yi Lee <joeyli.kernel@gmail.com> | Wed Oct 04 16:45:09 2017 +0800 |
committer | David Howells <dhowells@redhat.com> | Wed Oct 18 09:12:40 2017 +0100 |
tree | 5768d72b30b94cccbe53e01a4b608f7f9b3836b1 | |
parent | 6a6d2a77addce6bc26ccb53df34478b1593f0fbf [diff] |
KEYS: checking the input id parameters before finding asymmetric key For finding asymmetric key, the input id_0 and id_1 parameters can not be NULL at the same time. This patch adds the BUG_ON checking for id_0 and id_1. Cc: David Howells <dhowells@redhat.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Chun-Yi Lee <jlee@suse.com> Signed-off-by: David Howells <dhowells@redhat.com>