Re: [U-Boot] Issue in drivers/mmc/mmc.c

2010-03-11 Thread Wolfgang Denk
Dear Quentin Armitage, In message <1263812183.2553.104.ca...@samson.armitage.org.uk> you wrote: > > Herewith patch resubmitted with Signed-off-by line added: Ah. Found it. I just wish you had used the required standard format for patches (i. e. git based). Thanks anyway. Best regards, Wolfgang

Re: [U-Boot] Issue in drivers/mmc/mmc.c

2010-03-11 Thread Wolfgang Denk
Dear Quentin Armitage, In message <1262480450.2820.140.ca...@samson.armitage.org.uk> you wrote: > There appears to be a path through mmc_read in drivers/mmc/mmc.c where > malloc'd memory is not freed before exiting mmc_read, although this may > be a hypothetical situation. It occurs if mmc_set_blo

Re: [U-Boot] Issue in drivers/mmc/mmc.c

2010-01-18 Thread Quentin Armitage
On Mon, 2010-01-18 at 00:31 +0100, Wolfgang Denk wrote: > Can you please resent this patch, with your Signed-off-by: line added? > Herewith patch resubmitted with Signed-off-by line added: There appears to be a path through mmc_read in drivers/mmc/mmc.c where malloc'd memory is not freed before

Re: [U-Boot] Issue in drivers/mmc/mmc.c

2010-01-17 Thread Wolfgang Denk
Dear Quentin Armitage, In message <1262480450.2820.140.ca...@samson.armitage.org.uk> you wrote: > There appears to be a path through mmc_read in drivers/mmc/mmc.c where > malloc'd memory is not freed before exiting mmc_read, although this may > be a hypothetical situation. It occurs if mmc_set_blo

[U-Boot] Issue in drivers/mmc/mmc.c

2010-01-02 Thread Quentin Armitage
There appears to be a path through mmc_read in drivers/mmc/mmc.c where malloc'd memory is not freed before exiting mmc_read, although this may be a hypothetical situation. It occurs if mmc_set_blocklen() returns a non-zero value. The following patch appears to resolve the issue: --- o/drivers/mmc