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 88E92AC10D5 for ; Fri, 21 Jul 2023 15:48:03 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=KUK6cmn/261rfGJuPi1OVgYfCpGYtfTZWGkx+6+gsFw=; c=relaxed/simple; d=groups.io; h=X-Received:X-Received:X-IronPort-AV:X-IronPort-AV:X-Received:X-ExtLoop1:X-IronPort-AV:X-Received: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:X-Gm-Message-State:Content-Transfer-Encoding; s=20140610; t=1689954482; v=1; b=vNQ9L0QyKX/WuS75xYZ7hdrXOCp8fiaHAoOr1GnsTFVoCbC1l13zc5G/hDRlTPjN5jAZsW6u oBJJq2M1JsofcsO11MarJo5sQK3fU/KHeT0ZSKhP28+lyTLHGEd9mudqMckbrxquTpMdxHyt/bL DCJxoxgbEfaqM+CqDZbTKMlw= X-Received: by 127.0.0.2 with SMTP id ZstjYY7687511xQCQJBujnWt; Fri, 21 Jul 2023 08:48:02 -0700 X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web10.10490.1689954481643648028 for ; Fri, 21 Jul 2023 08:48:01 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10778"; a="357043395" X-IronPort-AV: E=Sophos;i="6.01,222,1684825200"; d="scan'208";a="357043395" X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2023 08:48:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.01,202,1684825200"; d="scan'208";a="868275245" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.213.73.65]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2023 08:48:00 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch v2 0/1] edk2-libc/StdLib fix uninitialized global variable Date: Fri, 21 Jul 2023 21:17:51 +0530 Message-Id: <20230721154752.1871-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: j5vd9uR42iYGP6bfiH3e888ux7686176AA= 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=vNQ9L0Qy; 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 has fix for un-initialized global variable in the edk2-libc repos StdLib/BsdSocketLib. Jayaprakash N (1): edk2-libc/StdLib: Uninitialized global variable StdLib/BsdSocketLib/res_init.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -- 2.40.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107129): https://edk2.groups.io/g/devel/message/107129 Mute This Topic: https://groups.io/mt/100279092/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-