commit | 534d13d07e771d090d61cd98f96b2cbf29765cef | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Jul 19 09:22:04 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 19 18:26:42 2020 -0700 |
tree | afb31f3579c35593dc3cd72b4f0535869598babb | |
parent | 89fae01eef8b1572c71d2cfcc3307c1f1e97b778 [diff] |
sctp: pass a kernel pointer to sctp_setsockopt_auth_key Use the kernel pointer that sctp_setsockopt has available instead of directly handling the user pointer. Adapt sctp_setsockopt to use a kzfree for this case. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>