Re: [Qemu-devel] [SeaBIOS] [PATCH] smbios: catch zero-length strings

2014-01-21 Thread Gerd Hoffmann
On Di, 2014-01-21 at 14:26 +0100, Markus Armbruster wrote: > > +/* zero-length string, skip to avoid bogous end marker > */ \ > > s/bogous/bogus/ Applied spell fix and pushed. cheers, Gerd

Re: [Qemu-devel] [SeaBIOS] [PATCH] smbios: catch zero-length strings

2014-01-21 Thread Kevin O'Connor
On Tue, Jan 21, 2014 at 01:24:02PM +0100, Gerd Hoffmann wrote: > qemu may pass us zero-length strings for smbios fields, when starting > qemu this way ... > > qemu -smbios type=1,version=,serial=test > > ... for example. > > Today we don't specifically handle them and simply append them t

Re: [Qemu-devel] [SeaBIOS] [PATCH] smbios: catch zero-length strings

2014-01-21 Thread Markus Armbruster
Gerd Hoffmann writes: > qemu may pass us zero-length strings for smbios fields, when starting > qemu this way ... > > qemu -smbios type=1,version=,serial=test > > ... for example. > > Today we don't specifically handle them and simply append them to the > string list. Therefore we get two