KEYS: DH: add __user annotations to keyctl_kdf_params
Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: James Morris <james.l.morris@oracle.com>
This commit is contained in:
parent
0ddd9f1a6b
commit
a77395447b
|
@ -70,8 +70,8 @@ struct keyctl_dh_params {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct keyctl_kdf_params {
|
struct keyctl_kdf_params {
|
||||||
char *hashname;
|
char __user *hashname;
|
||||||
char *otherinfo;
|
char __user *otherinfo;
|
||||||
__u32 otherinfolen;
|
__u32 otherinfolen;
|
||||||
__u32 __spare[8];
|
__u32 __spare[8];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue