Re: Fix bug in end absolute address in drivers/mtd/devices/slram.c

2012-09-22 Thread Roel Kluin
On Thu, Sep 20, 2012 at 5:55 PM, Jiri Kosina wrote: > On Thu, 20 Sep 2012, Jiri Engelthaler wrote: > >> Hello. >> I found a bug in parsing end absolute address in >> drivers/mtd/devices/slram.c. There is checking for startaddress < >> endaddress and endaddress subtracted by startaddress before

Re: Fix bug in end absolute address in drivers/mtd/devices/slram.c

2012-09-22 Thread Roel Kluin
On Thu, Sep 20, 2012 at 5:55 PM, Jiri Kosina jkos...@suse.cz wrote: On Thu, 20 Sep 2012, Jiri Engelthaler wrote: Hello. I found a bug in parsing end absolute address in drivers/mtd/devices/slram.c. There is checking for startaddress endaddress and endaddress subtracted by startaddress

Re: Fix bug in end absolute address in drivers/mtd/devices/slram.c

2012-09-20 Thread Jiri Kosina
On Thu, 20 Sep 2012, Jiri Engelthaler wrote: > Hello. > I found a bug in parsing end absolute address in > drivers/mtd/devices/slram.c. There is checking for startaddress < > endaddress and endaddress subtracted by startaddress before check. The > bug is there from commit

Fix bug in end absolute address in drivers/mtd/devices/slram.c

2012-09-20 Thread Jiri Engelthaler
Hello. I found a bug in parsing end absolute address in drivers/mtd/devices/slram.c. There is checking for startaddress < endaddress and endaddress subtracted by startaddress before check. The bug is there from commit 3afd522de8d8ec446efe957b86e4f63e3dd8ce9d Mon, 19 Jan 2009 01:24:21 + Here

Fix bug in end absolute address in drivers/mtd/devices/slram.c

2012-09-20 Thread Jiri Engelthaler
Hello. I found a bug in parsing end absolute address in drivers/mtd/devices/slram.c. There is checking for startaddress endaddress and endaddress subtracted by startaddress before check. The bug is there from commit 3afd522de8d8ec446efe957b86e4f63e3dd8ce9d Mon, 19 Jan 2009 01:24:21 + Here

Re: Fix bug in end absolute address in drivers/mtd/devices/slram.c

2012-09-20 Thread Jiri Kosina
On Thu, 20 Sep 2012, Jiri Engelthaler wrote: Hello. I found a bug in parsing end absolute address in drivers/mtd/devices/slram.c. There is checking for startaddress endaddress and endaddress subtracted by startaddress before check. The bug is there from commit