From: Thierry Reding <[email protected]> Date: Tue, 16 Aug 2016 16:45:38 +0200
> From: Thierry Reding <[email protected]> > > While commit 9c706a49d660 ("net: ipconfig: fix use after free") avoids > the use after free, the resulting code still ends up calling both the > ic_setup_if() and ic_setup_routes() after calling ic_close_devs(), and > access to the device is still required. > > Move the call to ic_close_devs() to the very end of the function. > > Signed-off-by: Thierry Reding <[email protected]> > --- > This applies on top of next-20160816. Applied, thanks.
