Skip to content
Commit 761608f5 authored by Pavel Skripkin's avatar Pavel Skripkin Committed by Geert Uytterhoeven
Browse files

m68k: emu: Fix invalid free in nfeth_cleanup()

In the for loop all nfeth_dev array members should be freed, not only
the first one.  Freeing only the first array member can cause
double-free bugs and memory leaks.

Fixes: 9cd7b148

 ("m68k/atari: ARAnyM - Add support for network access")
Signed-off-by: default avatarPavel Skripkin <paskripkin@gmail.com>
Link: https://lore.kernel.org/r/20210705204727.10743-1-paskripkin@gmail.com
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 21ed4926
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment