From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web11.9206.1598436203041629983 for ; Wed, 26 Aug 2020 03:03:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=W9v8QEwM; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598436202; 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=Y45lbkMPEZ42+bLyfoQ4nrHRW5vQLdRcZpd8geX5mmE=; b=W9v8QEwMDQEHFFDkO1Q8696WNX9IV4uQMKxUh5rBhB57rZC/iFKkD6aWXQZlmLDF9UddDE D2tR5wqXbDTsasH3WkrSvxLpSmPBuMqFV/clJJ4+HdQd0UFYvnF3QjtM3BPNlLL7EGtGQx kT53EXyJzNGwg0HWjnzSncYFA7CQ5zA= 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-339-iHuU6Ky_PuWdJTHS33c0iw-1; Wed, 26 Aug 2020 06:03:16 -0400 X-MC-Unique: iHuU6Ky_PuWdJTHS33c0iw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 909C91DDF7; Wed, 26 Aug 2020 10:03:14 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-182.ams2.redhat.com [10.36.114.182]) by smtp.corp.redhat.com (Postfix) with ESMTP id AF67E7D4E3; Wed, 26 Aug 2020 10:03:12 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 1/1] MdePkg : UefiFileHandleLib: fix buffer overrun in FileHandleReadLine() To: Vladimir Olovyannikov , devel@edk2.groups.io, zhiguang.liu@intel.com Cc: "Kinney, Michael D" , "Gao, Liming" References: <20200702023113.10517-1-vladimir.olovyannikov@broadcom.com> <75a66368-c26d-41bd-cc88-adcf709715a2@redhat.com> <1e9f4010921552ed3826e161bbf9bc3a@mail.gmail.com> From: "Laszlo Ersek" Message-ID: <96b8f3e8-ee34-1f56-4c87-d6952fb4ac17@redhat.com> Date: Wed, 26 Aug 2020 12:03:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1e9f4010921552ed3826e161bbf9bc3a@mail.gmail.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 08/25/20 06:20, Vladimir Olovyannikov wrote: >> -----Original Message----- >> From: Laszlo Ersek >> Sent: Monday, August 24, 2020 9:52 AM >> To: devel@edk2.groups.io; zhiguang.liu@intel.com; >> vladimir.olovyannikov@broadcom.com >> Cc: Kinney, Michael D ; Gao, Liming >> >> Subject: Re: [edk2-devel] [PATCH v2 1/1] MdePkg : UefiFileHandleLib: fix >> buffer overrun in FileHandleReadLine() >> >> On 08/24/20 18:18, Laszlo Ersek wrote: >>> On 07/03/20 04:30, Zhiguang Liu wrote: >>>> Reviewed-by: Zhiguang Liu >>> >>> Merged as commit 4535fc312b76, via >>> . >> >> The commit message does not mention a TianoCore BZ. If there *is* an >> associated TianoCore BZ, please set it to RESOLVED|FIXED now, and also >> mark the above commit hash in a comment on it. >> >> Thanks >> Laszlo > Thank you Laszlo. > I modified the BZ https://bugzilla.tianocore.org/show_bug.cgi?id=2783 as you > suggested. Thanks! In the future, if a patch is being posted for a TianoCore BZ, then please include a line in the commit message like this: """ Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2783 """ Because this lets us go from git history to BZ ticket. Thanks! Laszlo