Re: [LinuxBIOS] [PATCH][v3] small lar fix

2007-08-26 Thread Uwe Hermann
On Thu, Aug 23, 2007 at 04:54:15PM +0200, Stefan Reinauer wrote: But I agree this needs fixing: Acked-by: Stefan Reinauer [EMAIL PROTECTED] r480. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org

Re: [LinuxBIOS] [PATCH][v3] small lar fix

2007-08-23 Thread Stefan Reinauer
* Patrick Georgi [EMAIL PROTECTED] [070822 14:57]: Index: util/lar/stream.c === --- util/lar/stream.c (revision 478) +++ util/lar/stream.c (working copy) @@ -666,7 +666,7 @@ csum = 0; for (walk = (u32 *) (lar-map

[LinuxBIOS] [PATCH][v3] small lar fix

2007-08-22 Thread Patrick Georgi
Hi, the checksum creation in lar starts somewhere in the lar image, and ends at the end of a temporary buffer, which doesn't look right to me (and segfaults if between those two there's an unmapped region, as happened here) Attached patch should fix that, but I'd like to have someone look over