mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
29de68c2b3
Function radix_tree_insert() returns errors if the node hasn't
been initialized and added to the tree.
"kfree(node)" and return value "NULL" of node_get() help
to avoid using unclear node in other calls.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Cc: <stable@vger.kernel.org> # 5.7
Fixes:
|
||
---|---|---|
.. | ||
af_qrtr.c | ||
Kconfig | ||
Makefile | ||
mhi.c | ||
ns.c | ||
qrtr.h | ||
smd.c | ||
tun.c |