Re: [SeaBIOS] [PATCH] display_uuid(): fix incomplete check after the loop

2012-12-21 Thread Kevin O'Connor
On Tue, Dec 18, 2012 at 05:11:39AM +0100, Laszlo Ersek wrote: > In the v2->v3 change of what would become commit 37676f83 > , the > defense against an initial "addr > end" condition ("wraparound") was > erroneously loosened. Thank

Re: [SeaBIOS] [PATCH] display_uuid(): fix incomplete check after the loop

2012-12-21 Thread Amos Kong
On Fri, Dec 21, 2012 at 10:47:34AM +0100, Laszlo Ersek wrote: > On 12/21/12 04:06, Amos Kong wrote: > > >> In the v2->v3 change of what would become commit 37676f83 > >> , > >> the > >> defense against an initial "addr > end" cond

Re: [SeaBIOS] [PATCH] display_uuid(): fix incomplete check after the loop

2012-12-21 Thread Laszlo Ersek
On 12/21/12 04:06, Amos Kong wrote: >> In the v2->v3 change of what would become commit 37676f83 >> , >> the >> defense against an initial "addr > end" condition ("wraparound") was >> erroneously loosened. >> >> Signed-off-by: Las

Re: [SeaBIOS] [PATCH] display_uuid(): fix incomplete check after the loop

2012-12-20 Thread Amos Kong
Hi Laszlo, > In the v2->v3 change of what would become commit 37676f83 > , > the > defense against an initial "addr > end" condition ("wraparound") was > erroneously loosened. > > Signed-off-by: Laszlo Ersek > --- > src/smbios.

[SeaBIOS] [PATCH] display_uuid(): fix incomplete check after the loop

2012-12-17 Thread Laszlo Ersek
In the v2->v3 change of what would become commit 37676f83 , the defense against an initial "addr > end" condition ("wraparound") was erroneously loosened. Signed-off-by: Laszlo Ersek --- src/smbios.c |4 ++-- 1 files changed