From 8a67ba69febdcc37601da27ae7aa185e520760d0 Mon Sep 17 00:00:00 2001 From: Euler Robot Date: Tue, 8 Dec 2020 17:07:48 +0800 Subject: [PATCH] spec: Update patch and changelog with !43 json: Fix a memleak in parse_pair() Signed-off-by: Alex Chen --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 61e3350..e50250e 100644 --- a/qemu.spec +++ b/qemu.spec @@ -278,6 +278,7 @@ Patch0265: migration-fix-COLO-broken-caused-by-a-previous-commi.patch Patch0266: migration-multifd-fix-hangup-with-TLS-Multifd-due-to.patch Patch0267: multifd-tls-fix-memoryleak-of-the-QIOChannelSocket-o.patch Patch0268: net-remove-an-assert-call-in-eth_get_gso_type.patch +Patch0269: json-Fix-a-memleak-in-parse_pair.patch BuildRequires: flex BuildRequires: bison @@ -624,6 +625,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Nov 13 2020 Huawei Technologies Co., Ltd +- json: Fix a memleak in parse_pair() + * Wed Oct 21 2020 Huawei Technologies Co., Ltd - net: remove an assert call in eth_get_gso_type