From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from huawei.com (huawei.com [45.249.212.191]) by mx.groups.io with SMTP id smtpd.web11.10384.1598958159969520474 for ; Tue, 01 Sep 2020 04:02:40 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: huawei.com, ip: 45.249.212.191, mailfrom: xiewenyi2@huawei.com) Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id BB97AA46AC0D57141971; Tue, 1 Sep 2020 19:02:36 +0800 (CST) Received: from HGH1000039998.huawei.com (10.184.68.188) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.487.0; Tue, 1 Sep 2020 19:02:26 +0800 From: "wenyi,xie" To: , , , CC: , Subject: [PATCH EDK2 v1 0/1] EmulatorPkg/host: fix overflow in Mult Date: Tue, 1 Sep 2020 18:58:07 +0800 Message-ID: <1598957888-128729-1-git-send-email-xiewenyi2@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 X-Originating-IP: [10.184.68.188] X-CFilter-Loop: Reflected Content-Type: text/plain Main Changes : convert int to uint64 to avoid overflow when Multiply two int. Wenyi Xie (1): EmulatorPkg/host: fix overflow in Mult EmulatorPkg/Win/Host/WinHost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.20.1.windows.1