commit | a139834ed6ce795691106e35d287226c95c75866 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Feb 22 12:15:34 2018 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 22 15:07:44 2018 +0100 |
tree | 49525e754f10e88ceaa4606a80f24260a109755d | |
parent | 52edc44ffbd05a3f6f6a8db2b07e2d3c6cb81db3 [diff] |
staging: lustre: selftest: freeing an error pointer We should just return directly if memdup_user() fails. The current code tries to free "param" which is an error pointer so it will Oops. Fixes: 2baddf262e98 ("staging: lustre: use memdup_user to allocate memory and copy from user") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>