Re: [edk2-devel] [Patch V3 0/4] EmulatorPkg: Fix VS20xx IA32 boot and simplify build config

2019-08-09 Thread Michael D Kinney
Andrew Fish ; Ni, Ray > > Subject: Re: [edk2-devel] [Patch V3 0/4] EmulatorPkg: > Fix VS20xx IA32 boot and simplify build config > > On 2019-08-09 15:44:01, Michael D Kinney wrote: > > New in V3 > > == > > * Fix size value used in call to AsciiStrCpyS() in >

Re: [edk2-devel] [Patch V3 0/4] EmulatorPkg: Fix VS20xx IA32 boot and simplify build config

2019-08-09 Thread Jordan Justen
On 2019-08-09 15:44:01, Michael D Kinney wrote: > New in V3 > == > * Fix size value used in call to AsciiStrCpyS() in PosixFileSystem.c > * Fix XCODE5 safe string function build failure in BerkleyPacketFilter.c > * Add NOOPT build target to DSC file. > > New in V2 > = > * Fix size

[edk2-devel] [Patch V3 0/4] EmulatorPkg: Fix VS20xx IA32 boot and simplify build config

2019-08-09 Thread Michael D Kinney
New in V3 == * Fix size value used in call to AsciiStrCpyS() in PosixFileSystem.c * Fix XCODE5 safe string function build failure in BerkleyPacketFilter.c * Add NOOPT build target to DSC file. New in V2 = * Fix size values in safe string function calls. * Update POSIX sources to