
12 Nov
2013
12 Nov
'13
11:16 p.m.
On 10/11/2013 07:47 AM, Viktor Mihajlovski wrote:
If cleanup_virt_device is called twice (e.g. during modify resource) a double free can occur because only the dev substructure has been memset to zero. Now zeroing the entire structure.
Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com> --- libxkutil/device_parsing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK John