JIRA: https://issues.redhat.com/browse/RHEL-63229
CVE: CVE-2023-52917
commit e229897d373a87ee09ec5cc4ecd4bb2f895fc16b
Author: Jinjie Ruan <ruanjinjie@huawei.com>
Date: Thu Aug 31 20:39:27 2023 +0800
ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
The debugfs_create_dir() function returns error pointers.
It never returns NULL. So use IS_ERR() to check it.
Fixes:
|
||
---|---|---|
.. | ||
hw | ||
test | ||
Kconfig | ||
Makefile | ||
core.c | ||
msi.c | ||
ntb_transport.c |