Re: [EXTERNAL] Re: Hard Feature Freeze starts now for edk2-stable202005
Bret Barkelew <bret.barkelew@...>
Thanks!
- Bret
From: devel@edk2.groups.io <devel@edk2.groups.io> on behalf of Liming Gao via groups.io <liming.gao@...>
Sent: Tuesday, May 26, 2020 7:21:00 PM To: Bret Barkelew <Bret.Barkelew@...>; Laszlo Ersek <lersek@...>; devel@edk2.groups.io <devel@edk2.groups.io>; announce@edk2.groups.io <announce@edk2.groups.io> Cc: Leif Lindholm <leif@...>; afish@... <afish@...>; Kinney, Michael D <michael.d.kinney@...> Subject: Re: [edk2-devel] [EXTERNAL] Re: Hard Feature Freeze starts now for edk2-stable202005 I create PR https://github.com/tianocore/edk2/pull/644 for this patch.
Thanks Liming From: Bret Barkelew <Bret.Barkelew@...>
I just looked into it, and I think that AsciiStrCpyS() was the wrong function to call in this loop anyway. AsciiStrCpyS() will fail without copying any characters. AsciiStrnCpyS() will perform the string "slicing"/"chunking" that the loop seems to expect.
The bug stands and we should try to get that bug fix into the stable tag. Thanks!
- Bret
From: Laszlo Ersek <lersek@...>
Hi Bret, |
|