diff options
author | Mikhail Lobanov <[email protected]> | 2024-09-09 09:37:36 -0400 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2024-09-10 13:44:06 -0600 |
commit | a5e61b50c9f44c5edb6e134ede6fee8806ffafa9 (patch) | |
tree | c278a30c4bc56607e88ec6c13455ff462a06cb04 /lib/netdev-notifier-error-inject.c | |
parent | acc8c0a9887558966295e3c0881e633154c239a9 (diff) |
drbd: Add NULL check for net_conf to prevent dereference in state validation
If the net_conf pointer is NULL and the code attempts to access its
fields without a check, it will lead to a null pointer dereference.
Add a NULL check before dereferencing the pointer.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes: 44ed167da748 ("drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf")
Cc: [email protected]
Signed-off-by: Mikhail Lobanov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions