news: cleanup in virNetTLSContextNew

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Adrian Brzezinski <redhat@adrb.pl>
This commit is contained in:
Adrian Brzezinski 2019-04-15 20:29:43 +02:00 committed by Daniel P. Berrangé
parent dc4e9bfb84
commit 70d60b811f

View File

@ -63,6 +63,16 @@
</change>
</section>
<section title="Bug fixes">
<change>
<summary>
rpc: cleanup in virNetTLSContextNew
</summary>
<description>
Failed new gnutls context allocations in virNetTLSContextNew
function results in double free and segfault. Occasional memory
leaks may also occur.
</description>
</change>
</section>
</release>
<release version="v5.2.0" date="2019-04-03">