From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.8354.1578653383046654394 for ; Fri, 10 Jan 2020 02:49:43 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=XBRie5K8; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578653382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FF9R8ZuRma0+US9f5zTbqs15pyGM/vV+BYuOWLoYf64=; b=XBRie5K8e63BAnxScpNODodtDk39AfQQ5SD8tt0SCP5nfHGE7FoczuGShD36OGHS00SrII U/9oJWMrSLQBmc0b1RFTRKKx0dC0EMySGqJq3lH/1imJUWdjzBSWSwQRf06jS3eRQp8ip/ fEiriEnkOmIgjSo/yKtxtOfBO+jE5j4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-294-ItD_ryt5NpOTV8CuKY6tyQ-1; Fri, 10 Jan 2020 05:49:40 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4F54F800D4C; Fri, 10 Jan 2020 10:49:39 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-179.ams2.redhat.com [10.36.116.179]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4C5A3271B9; Fri, 10 Jan 2020 10:49:38 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 2/2] NetworkPkg/HttpDxe: fix 32-bit truncation in HTTPS download To: devel@edk2.groups.io, siyuan.fu@intel.com Cc: "Wu, Jiaxin" , Maciej Rabeda References: <20200108234313.28510-1-lersek@redhat.com> <20200108234313.28510-3-lersek@redhat.com> From: "Laszlo Ersek" Message-ID: <09cceb42-a621-cdf8-32e2-b7ef6750d91c@redhat.com> Date: Fri, 10 Jan 2020 11:49:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: ItD_ryt5NpOTV8CuKY6tyQ-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 01/10/20 02:01, Siyuan, Fu wrote: > Reviewed-by: Siyuan Fu Thanks, Siyuan! Can you please review patch#1 too in this series? (See Ray's request: .) Thanks! Laszlo