aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/ravb_main.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2016-08-10 11:44:17 +0200
committerDavid S. Miller <davem@davemloft.net>2016-08-10 14:04:23 -0700
commit9c706a49d660653625d206f6972541c1f60ea2b0 (patch)
treefd524586607f08d65224d3bb0a3e175c8e47f1e2 /drivers/net/ethernet/renesas/ravb_main.c
parentravb: add sleep PM suspend/resume support (diff)
downloadlinux-dev-9c706a49d660653625d206f6972541c1f60ea2b0.tar.xz
linux-dev-9c706a49d660653625d206f6972541c1f60ea2b0.zip
net: ipconfig: fix use after free
ic_close_devs() calls kfree() for all devices's ic_device. Since commit 2647cffb2bc6 ("net: ipconfig: Support using "delayed" DHCP replies") the active device's ic_device is still used however to print the ipconfig summary which results in an oops if the memory is already changed. So delay freeing until after the autoconfig results are reported. Fixes: 2647cffb2bc6 ("net: ipconfig: Support using "delayed" DHCP replies") Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/renesas/ravb_main.c')
0 files changed, 0 insertions, 0 deletions