]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: fix use-after-free in link_free 1711/head
authorHristo Venev <hristo@venev.name>
Thu, 29 Oct 2015 10:14:44 +0000 (12:14 +0200)
committerHristo Venev <hristo@venev.name>
Thu, 29 Oct 2015 10:18:02 +0000 (12:18 +0200)
commit4701725cd58bc75a287ba050c8ad69a457b68d5d
tree191461f69227e09863defd1ff77877885632026b
parent2c80779e33e2bea8e335f3c93b144f671d6bc62c
network: fix use-after-free in link_free

Freeing a link removes it both from addresses and addresses_foreign,
causing SIGSEGV if one of the sets is freed.
src/network/networkd-link.c