Re: [edk2-devel] [Patch V4 07/10] EmulatorPkg/Unix/Host: Fix BerkeleyPacketFilter.c issues

2019-08-16 Thread Jordan Justen
On 2019-08-15 19:14:34, Michael D Kinney wrote: > * Fix uninitialized Private->ReadBuffer. > * Remove old debug code that generates an exception. Bulleted lists in the commit message often makes me think they should be separate patches. Maybe that could improve the commit message subject line for

[edk2-devel] [Patch V4 07/10] EmulatorPkg/Unix/Host: Fix BerkeleyPacketFilter.c issues

2019-08-15 Thread Michael D Kinney
* Fix uninitialized Private->ReadBuffer. * Remove old debug code that generates an exception. Cc: Jordan Justen Cc: Ray Ni Cc: Michael D Kinney Signed-off-by: Andrew Fish --- EmulatorPkg/Unix/Host/BerkeleyPacketFilter.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git