mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
c58da0ba3e
The hash_for_each_possible() loop dereferences "eve_data" to get the
next item on the list. However the loop frees eve_data so it leads to
a use after free. Use hash_for_each_possible_safe() instead.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
xlnx_event_manager.c | ||
zynqmp_pm_domains.c | ||
zynqmp_power.c |