From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 0520621939228 for ; Mon, 10 Apr 2017 19:17:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491877047; x=1523413047; h=from:to:cc:subject:date:message-id; bh=lrQ0bTD4N0FC7B/WQtaTSLnSkD0bYdEWstQ+V9nVF90=; b=v/DSWH16WX3buEq2ZyPh5nkIRyp/YuekBKDyXn/tSkY+FDIMGputO5kv CHCA+S+2qS074HAwm+SzWoiZExKseA==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2017 19:17:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,184,1488873600"; d="scan'208";a="1117994650" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.13]) by orsmga001.jf.intel.com with ESMTP; 10 Apr 2017 19:17:26 -0700 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu Date: Tue, 11 Apr 2017 10:17:22 +0800 Message-Id: <20170411021724.16688-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH 0/2] UefiLib: Avoid mis-calculate of graphic console size X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 02:17:28 -0000 The series add checks to avoid potential mis-calculate of graphic console size in MdePkg(IntelFrameworkPkg)/UefiLib. Hao Wu (2): MdePkg/UefiLib: Avoid mis-calculate of graphic console size IntelFrameworkPkg/UefiLib: Avoid mis-calculate of graphic console size IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c | 11 +++++++++-- MdePkg/Library/UefiLib/UefiLibPrint.c | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) -- 2.12.0.windows.1