mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00: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 |