Skip to content
Commit e7e15b87 authored by Tejun Heo's avatar Tejun Heo
Browse files

cgroup: allow NULL return from ss->css_alloc()



cgroup core expected css_alloc to return an ERR_PTR value on failure
and caused NULL deref if it returned NULL.  It's an easy mistake to
make from an alloc function and there's no ambiguity in what's being
indicated.  Update css_create() so that it interprets NULL return from
css_alloc as -ENOMEM.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent d6ccc55e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment