u-boot-brain/drivers/mmc
Wolfgang Denk 8c4444ff5e Fix memory leak in mmc_read()
There is be a path through mmc_read in drivers/mmc/mmc.c where
malloc'd memory is not freed before exiting mmc_read: it occurs if
mmc_set_blocklen() returns a non-zero value.

Reported-by: Quentin Armitage <Quentin@Armitage.org.uk>
Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-03-11 23:35:43 +01:00
..
atmel_mci.c Convert mmc_init to mmc_legacy_init 2009-02-16 18:07:40 -06:00
atmel_mci.h mmc: Move atmel_mci driver into drivers/mmc 2008-07-10 00:05:52 +02:00
bfin_sdh.c Blackfin: convert bfin_sdh to generic mmc 2010-01-17 09:17:27 -05:00
fsl_esdhc.c fsl_esdhc: add support for mx51 processor 2010-03-07 12:36:36 -06:00
Makefile mxc-mmc: sdhc host driver for MX2 and MX3 proccessor 2009-08-09 23:47:38 +02:00
mmc.c Fix memory leak in mmc_read() 2010-03-11 23:35:43 +01:00
mxcmmc.c Minor coding style cleanup. 2009-08-10 10:38:34 +02:00
omap3_mmc.c omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER 2009-11-27 16:26:18 -06:00
pxa_mmc.c ARM:PXA Use new definitions in mmc.h 2009-02-20 03:47:50 +01:00
pxa_mmc.h pxa: move mmc drivers to drivers/mmc 2009-02-20 03:47:50 +01:00