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 91B887803D7 for ; Tue, 22 Aug 2023 03:22:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=GB7J6dLgwbrQyIOI9wGCZ67J7WMRcRUlQR78PidjtNU=; 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=1692674525; v=1; b=d/NPHc9xnldBbg5Juj4kE2lO/xhcxtk/QSajbBNIbZbRnNMIcGPQWWRrPYjVY3d0UQFVyzLp sRtVax/EMeyzduTrRW+XiyqRmgcPQIGx+dh2mMCPMgzD0QRHza7ISV8tBvlF4D9rTv926cdQbOb lcH8p0Bxtv2STvydJuJdiq7M= X-Received: by 127.0.0.2 with SMTP id lPDrYY7687511xEdAO9Ntluq; Mon, 21 Aug 2023 20:22:05 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web11.700.1692674524445818488 for ; Mon, 21 Aug 2023 20:22:04 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10809"; a="354093262" X-IronPort-AV: E=Sophos;i="6.01,191,1684825200"; d="scan'208";a="354093262" X-Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2023 20:22:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10809"; a="826173451" X-IronPort-AV: E=Sophos;i="6.01,191,1684825200"; d="scan'208";a="826173451" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.67.145.115]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2023 20:22:02 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] file descriptor leak in rename Date: Tue, 22 Aug 2023 08:51:53 +0530 Message-Id: <20230822032154.2009-1-n.jayaprakash@intel.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,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: qDZwk7AbcaqEcqE2z4LSah8wx7686176AA= 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="d/NPHc9x"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.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 patch provides fix for the file descriptor leak issue in rename function from the LibC library of the StdLib of edk2-libc Jayaprakash N (1): edk2-libc/StdLib: file descriptor leak in rename() StdLib/LibC/Uefi/Devices/UefiShell/daShell.c | 2 ++ 1 file changed, 2 insertions(+) -- 2.40.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107941): https://edk2.groups.io/g/devel/message/107941 Mute This Topic: https://groups.io/mt/100888175/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-