Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: David Teigland <[email protected]>
- Loading branch information