You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net/netvsc: fix use after free in cache list cleanup
The variable cache is referred to by LIST_FOREACH macro
after was freed. Replace by the standard LIST_FOREACH_SAFE
from BSD (and other drivers).
Fixes: 9a9d038 ("net/netvsc: cache device parameters for hotplug events")
Cc: [email protected]
Acked-by: Long Li <[email protected]>
Signed-off-by: Stephen Hemminger <[email protected]>
0 commit comments