mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
f04ed7d277
When rhashtable_init() fails, it returns -EINVAL. However, since error return value of rhashtable_init is not checked, it can cause use of uninitialized pointers. So, fix unhandled errors of rhashtable_init. Signed-off-by: MichelleJin <shjy180909@gmail.com> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
ila_common.c | ||
ila_lwt.c | ||
ila_main.c | ||
ila_xlat.c | ||
ila.h | ||
Makefile |