commit | e42d50baf43120a78985f13f6e9c8f92fae091c2 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Jun 19 19:01:01 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 19 20:30:31 2013 -0700 |
tree | e9f91f6a06afe1696be14092344cdececfe82e99 | |
parent | e3a3c3a205554e564751cd9c0276b2af813d7a92 [diff] |
FMC: NULL dereference on allocation failure If we don't allocate "arr" then the cleanup path will dereference it and oops. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Alessandro Rubini <rubini@gnudd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>