From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 561BF780091 for ; Sun, 27 Aug 2023 10:57:23 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=9oRDSAqvN8RmG4+UoDDtgZqv/HOMEP+qY81Fdr1z60k=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1693133841; v=1; b=H+EzUrhPgzB2zxGPLhfPgRM8xGlRspLgseRnRVYb0hDcrfH4gluVi7j5Pjw86YQhiuSLeIUy bJfzBsKKd/tv/c1Nk9guyQK+AIc2HprIZV/gq4aF/9SgQVfOyuvbMaOhexKWESAUXpwNLKAFECC b/z3ps/e13rKjb30TKn2g2n0= X-Received: by 127.0.0.2 with SMTP id nIwvYY7687511xhfVV8WyMyK; Sun, 27 Aug 2023 03:57:21 -0700 X-Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) by mx.groups.io with SMTP id smtpd.web10.25217.1693133840946485235 for ; Sun, 27 Aug 2023 03:57:21 -0700 X-Received: by mail-lj1-f180.google.com with SMTP id 38308e7fff4ca-2bceb02fd2bso33551601fa.1 for ; Sun, 27 Aug 2023 03:57:20 -0700 (PDT) X-Gm-Message-State: i0pbQlfByGNwCrEWTHtkpSKbx7686176AA= X-Google-Smtp-Source: AGHT+IGBqJRzt09+bJhFJAzd3wnZKYBZOFH6YWR7u/5WucdC35FlcjMgohSlz7C9bBgPRHu1cdgDIA== X-Received: by 2002:a19:6705:0:b0:4f8:67aa:4f03 with SMTP id b5-20020a196705000000b004f867aa4f03mr13419279lfc.1.1693133838518; Sun, 27 Aug 2023 03:57:18 -0700 (PDT) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id i11-20020ac2522b000000b004fb9fe34c27sm1085825lfl.92.2023.08.27.03.57.16 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Sun, 27 Aug 2023 03:57:17 -0700 (PDT) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com, Mike Maslenkin Subject: [edk2-devel] [PATCH 0/5] RedfishClientPkg: fix issues with local variables. Date: Sun, 27 Aug 2023 13:56:35 +0300 Message-Id: <20230827105640.94731-1-mike.maslenkin@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mike.maslenkin@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=H+EzUrhP; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This patchset contains fixes that resolve crashes while working with uninitialized variables and a number of fixes for of leaked memory. Note: looks like uncrustify check is broken at tianocore/edk2-redfish-client repo, the corresponding PR failed: https://github.com/tianocore/edk2-redfish-client/pull/46 I didn't find any codyng-style issues in uncrustify output. Cc: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy Signed-off-by: Mike Maslenkin -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108043): https://edk2.groups.io/g/devel/message/108043 Mute This Topic: https://groups.io/mt/100988470/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-