Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7739544 authored by Eric Biggers's avatar Eric Biggers Committed by James Morris
Browse files

KEYS: DH: add __user annotations to keyctl_kdf_params

parent 0ddd9f1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,8 +70,8 @@ struct keyctl_dh_params {
};

struct keyctl_kdf_params {
	char *hashname;
	char *otherinfo;
	char __user *hashname;
	char __user *otherinfo;
	__u32 otherinfolen;
	__u32 __spare[8];
};