[libvirt] Double free in test driver error handling (0.4.4)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



While debugging the libvirt-java error handling problem, Ive found that if I call the test driver with a bad uri, the application instantly bombs with a
double free error.

Try to run the attached test program to trigger the bug.

regards
István
#include <libvirt/libvirt.h>
#include <stdio.h>

int main(){
	int ret=virInitialize();
	virConnectOpen("test:///defaultt");
	
}
--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]