+2
−1
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9N7NY ---------------------------------------------------------------------- In alloc_cpumasks, pmask4 may be null if cs is null, so it may lead to null pointer reference. Just make sure pmask4 is not null before assessing it. Fixes: 1e0b07ac ("cgroup/cpuset: Add cpuset.cpus.exclusive for v2") Signed-off-by:Chen Ridong <chenridong@huawei.com>