commit | 6756325a9a1e2d36b6210f4a42f77501c917ebb9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu May 26 09:46:22 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun May 29 22:32:27 2016 -0700 |
tree | 6962ce79a5ccb72dfd53d474dba0395026707bfe | |
parent | fabb13db448efc23c47851550867fc46519de97e [diff] |
ptp: oops in ptp_ioctl() If we pass ERR_PTR(-EFAULT) to kfree() then it's going to oops. Fixes: 2ece068e1b1d ('ptp: use memdup_user().') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>