From nobody Wed Nov 12 11:58:08 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1570160834; cv=none; d=zoho.com; s=zohoarc; b=L5kbawAkt8CB54BOrDZhVRD86y5jBKv++KMWtOp22L2TERCNqVeHJe8AG/XOHVp7zf6b5YhOkuS4SYxLzO0hwX+DAVQfjjUAkMNm4VybZRMtXafnHPV+h/uBXEo9fDBiIjAI0h/np2W209iMfjgDVqKSSCHHlRXurUx9mBc55hs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570160834; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=+3kp7jAirop9sBCv/uTxIzZbCwRY/ST+x+nVJRgQKG4=; b=Kfcr9OKjBG5sW24ksSrgGiO/WfpIw2AwTN3du+2h72FpmJNqQmfwG+IQ2CIqVwD0OshSSbbpAgOVlby0NogQl/iBSJwSsgdtO5CTMswQ9dZ0IoibHJLGH6NVsQtgARwcenaw3taftCU2NVSI+LQ3hOmDMY0M6Pd336r+UINSVXA= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1570160834366366.6899013887927; Thu, 3 Oct 2019 20:47:14 -0700 (PDT) Received: from localhost ([::1]:42008 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGEYa-0005GV-17 for importer@patchew.org; Thu, 03 Oct 2019 23:47:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43984) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGEVv-0003mv-6C for qemu-devel@nongnu.org; Thu, 03 Oct 2019 23:44:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGEVt-0001kK-Jh for qemu-devel@nongnu.org; Thu, 03 Oct 2019 23:44:18 -0400 Received: from cmccmta2.chinamobile.com ([221.176.66.80]:3893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iGEVs-0001i3-W3 for qemu-devel@nongnu.org; Thu, 03 Oct 2019 23:44:17 -0400 Received: from spf.mail.chinamobile.com (unknown[172.16.121.1]) by rmmx-syy-dmz-app06-12006 (RichMail) with SMTP id 2ee65d96c006b7a-b2957; Fri, 04 Oct 2019 11:44:07 +0800 (CST) Received: from maozy-host.lan (unknown[180.108.8.156]) by rmsmtp-syy-appsvr01-12001 (RichMail) with SMTP id 2ee15d96bff81ac-a1b01; Fri, 04 Oct 2019 11:44:06 +0800 (CST) X-RM-TRANSID: 2ee65d96c006b7a-b2957 X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 X-RM-TRANSID: 2ee15d96bff81ac-a1b01 From: Mao Zhongyi To: qemu-devel@nongnu.org Subject: [PATCH v3 1/3] tests/migration: mem leak fix Date: Fri, 4 Oct 2019 11:43:46 +0800 Message-Id: X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 221.176.66.80 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tony.nguyen@bt.com, alex.bennee@linaro.org, armbru@redhat.com, Mao Zhongyi , laurent@vivier.eu Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" =E2=80=98data=E2=80=99 has the possibility of memory leaks=EF=BC=8C so use = the glib macros g_autofree recommended by CODING_STYLE.rst to automatically release the memory that returned from g_malloc(). Signed-off-by: Mao Zhongyi Reviewed-by: Alex Benn=C3=A9e --- tests/migration/stress.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/migration/stress.c b/tests/migration/stress.c index d9aa4afe92..9e128eef50 100644 --- a/tests/migration/stress.c +++ b/tests/migration/stress.c @@ -170,10 +170,10 @@ static unsigned long long now(void) static int stressone(unsigned long long ramsizeMB) { size_t pagesPerMB =3D 1024 * 1024 / PAGE_SIZE; - char *ram =3D malloc(ramsizeMB * 1024 * 1024); + g_autofree char *ram =3D g_malloc(ramsizeMB * 1024 * 1024); char *ramptr; size_t i, j, k; - char *data =3D malloc(PAGE_SIZE); + g_autofree char *data =3D g_malloc(PAGE_SIZE); char *dataptr; size_t nMB =3D 0; unsigned long long before, after; @@ -186,7 +186,6 @@ static int stressone(unsigned long long ramsizeMB) if (!data) { fprintf(stderr, "%s (%d): ERROR: cannot allocate %d bytes of RAM: = %s\n", argv0, gettid(), PAGE_SIZE, strerror(errno)); - free(ram); return -1; } =20 @@ -198,8 +197,6 @@ static int stressone(unsigned long long ramsizeMB) memset(ram, 0xfe, ramsizeMB * 1024 * 1024); =20 if (random_bytes(data, PAGE_SIZE) < 0) { - free(ram); - free(data); return -1; } =20 @@ -227,9 +224,6 @@ static int stressone(unsigned long long ramsizeMB) } } } - - free(data); - free(ram); } =20 =20 --=20 2.17.1