Re: [libvirt] [PATCH] rpc: Segfaults and memory leak in virNetTLSContextNew function

2019-04-15 Thread Adrian Brzezinski
On 15.04.2019 11:21, Daniel P. Berrangé wrote: > On Fri, Apr 12, 2019 at 06:10:49PM +0200, Adrian Brzezinski wrote: >> Failed new gnutls context allocations in virNetTLSContextNew function >> results in double free and segfault. Occasional memory leaks may also >> occur. You can read detailed

Re: [libvirt] [PATCH] rpc: Segfaults and memory leak in virNetTLSContextNew function

2019-04-15 Thread Ján Tomko
The commit summary reads like you're introducing the segfaults; how about: rpc: fix cleanup in virNetTLSContextNew On Mon, Apr 15, 2019 at 10:21:13AM +0100, Daniel P. Berrangé wrote: On Fri, Apr 12, 2019 at 06:10:49PM +0200, Adrian Brzezinski wrote: Failed new gnutls context allocations in

Re: [libvirt] [PATCH] rpc: Segfaults and memory leak in virNetTLSContextNew function

2019-04-15 Thread Daniel P . Berrangé
On Fri, Apr 12, 2019 at 06:10:49PM +0200, Adrian Brzezinski wrote: > Failed new gnutls context allocations in virNetTLSContextNew function > results in double free and segfault. Occasional memory leaks may also > occur. You can read detailed description at: > >

[libvirt] [PATCH] rpc: Segfaults and memory leak in virNetTLSContextNew function

2019-04-15 Thread Adrian Brzezinski
Failed new gnutls context allocations in virNetTLSContextNew function results in double free and segfault. Occasional memory leaks may also occur. You can read detailed description at: https://bugzilla.redhat.com/show_bug.cgi?id=1699062 Signed-off-by: Adrian Brzezinski --- docs/news.xml