aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2016-08-16 16:45:38 +0200
committerDavid S. Miller <davem@davemloft.net>2016-08-17 19:33:40 -0400
commitd2d371ae5dd6af9a6a3d7f50b753627c42868409 (patch)
tree0448b569f7e458ee980c93c7b2c4afcdc5aa7dbc /arch
parentMerge tag 'batadv-next-for-davem-20160816' of git://git.open-mesh.org/linux-merge (diff)
downloadlinux-dev-d2d371ae5dd6af9a6a3d7f50b753627c42868409.tar.xz
linux-dev-d2d371ae5dd6af9a6a3d7f50b753627c42868409.zip
net: ipconfig: Fix more use after free
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 <treding@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions