]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-manager.c
network: fix use after free()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 17 Jul 2019 01:21:07 +0000 (10:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 17 Jul 2019 14:13:40 +0000 (23:13 +0900)
commit26a65470bafddce12103b4702623a74829501777
treec12b0b9a61e37233db87c944549ca858464a1461
parent2eff7cc59c7fe205c249ab218a42f3a520845e4a
network: fix use after free()

The hashmap will be accessed by client_stop().
src/network/networkd-manager.c