+2
−1
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB5UKT -------------------------------- The ondemand_id must have been initialised before the open request was copied to the userland. Therefore, if ondemand_id is 0 at the time of copen, this is a malicious injected command, so -EINVAL is returned. Signed-off-by:Baokun Li <libaokun1@huawei.com>