Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slub: fix possible NULL pointer dereference
This patch fix possible NULL pointer dereference if kzalloc failed. To be able to return proper error code the function return type is changed to ssize_t (according to callees and sysfs definitions). Signed-off-by: Cyrill Gorcunov <[email protected]> Signed-off-by: Christoph Lameter <[email protected]>
- Loading branch information