commit | 75af271ed5f51b1f3506c7c1d567b1f32e5c9206 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue May 15 11:58:12 2012 +0300 |
committer | David Teigland <teigland@redhat.com> | Tue May 15 10:39:28 2012 -0500 |
tree | 5df97190f3ac4aba1bfed021e1a03392d447830e | |
parent | 1a058f5288a74a20d5567a85ab1a04a9de69a212 [diff] |
dlm: NULL dereference on failure in kmem_cache_create() We aren't allowed to pass NULL pointers to kmem_cache_destroy() so if both allocations fail, it leads to a NULL dereference. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David Teigland <teigland@redhat.com>