]> xenbits.xensource.com Git - xen.git/commit
libxenlight: don't free ifname, can lead to double free
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 8 Jan 2010 11:44:58 +0000 (11:44 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 8 Jan 2010 11:44:58 +0000 (11:44 +0000)
commitaa73db2addd9b9f6c23e490eebd5dd6d650a72c3
tree869a74eb04f4c6b27c5b578cd75109773124b841
parent823db1c4ab13e599f324ab5b82df22a5251d9272
libxenlight: don't free ifname, can lead to double free

ifname is mostly handled directly in xl now, do not attempts to free
this.

Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
tools/libxl/xl.c