[libvirt] [PATCH] Fix the incorrect memory freeing which will result in crash

John Ferlan jferlan at redhat.com
Wed Jan 18 13:44:34 UTC 2017



On 01/06/2017 09:28 AM, Wu Zongyong wrote:
> The number of elements in new_params is equal to the length of info,
> instead of nparams, so it's wrong to free new_params using nparams.
> 
> Signed-off-by: Wu Zongyong <wuzongyo at mail.ustc.edu.cn>
> ---
>  libvirt-override.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 

ACK (and pushed)... I also pushed a post release version bump adjustment
too. Looks like these were not done as part of commit id '71fd954092'

Thanks!

John

In the future - if you have "libvirt-python" in the title it makes it
easier to spot as a python issue rather than libvirt issue.  Modify your
.git/config file in your libvirt-python.git with an entry such as:

[format]
	subjectprefix = libvirt-python PATCH




More information about the libvir-list mailing list