]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bridge: leases: Fix potential crash caused by use after free
authorPeter Krempa <pkrempa@redhat.com>
Tue, 24 Jun 2014 11:52:57 +0000 (13:52 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 24 Jun 2014 13:17:22 +0000 (15:17 +0200)
commit11863f70679892cdffd80b184c87617faed94166
tree36b4983db87e2d524b67858e2edf9cca8e3e691a
parent15b46520e56070f2cd45162dca6914f852a6c8f6
bridge: leases: Fix potential crash caused by use after free

Don't free individual JSON array members as the array will be freed at
the end. This may potentially lead to a crash although it didn't crash
on my setup.
src/network/bridge_driver.c