summaryrefslogtreecommitdiff
path: root/src/lfhex
diff options
context:
space:
mode:
Diffstat (limited to 'src/lfhex')
-rwxr-xr-xsrc/lfhexbin0 -> 2849919 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/src/lfhex b/src/lfhex
new file mode 100755
index 0000000..08cf35b
--- /dev/null
+++ b/src/lfhex
Binary files differ
ss='oid'>0448b569f7e458ee980c93c7b2c4afcdc5aa7dbc /net/ipv4/ipconfig.c parent00062a934b7d0c6c5a1a4d774abdba6ebf3af81e (diff)
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 'net/ipv4/ipconfig.c')
d to 'net/sched/Kconfig')