mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
b5f9bd15b8
ila_xlat_nl_cmd_flush uses rhashtable walkers allocated from the
stack but it never frees them. This corrupts the walker list of
the hash table.
This patch fixes it.
Reported-by: syzbot+dae72a112334aa65a159@syzkaller.appspotmail.com
Fixes:
|
||
---|---|---|
.. | ||
ila_common.c | ||
ila_lwt.c | ||
ila_main.c | ||
ila_xlat.c | ||
ila.h | ||
Makefile |