]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
dhcpcd: Set ctx.ifaces to NULL after freeing
authorRoy Marples <roy@marples.name>
Sun, 3 Nov 2019 10:13:54 +0000 (10:13 +0000)
committerRoy Marples <roy@marples.name>
Sun, 3 Nov 2019 10:13:54 +0000 (10:13 +0000)
commit538b3073c4d2adf9fbf7c53c8ad07c42b15faed0
treece6b36053033ec7ac182a6ef30913df18bb2b3d8
parent128af3c638069a87ee8764d039f0f98c421e21d9
dhcpcd: Set ctx.ifaces to NULL after freeing

Because they it might be used trying to find an interface to assign
our option routes to when freed if never used.
src/dhcpcd.c