rv1126-uboot/fs
Tom Rini 495c3a1e22 ext4_common.c: Clean up failure cases in alloc_triple_indirect_block
As noted by Coverity, when we have an error in
alloc_triple_indirect_block we will leak ti_pbuff_start_addr as it's not
being freed.  Further inspection here shows that we could also leak
ti_cbuff_start_addr in one corner case so free that as well.

Reported-by: Coverity (CID 131205, 131206)
Signed-off-by: Tom Rini <trini@konsulko.com>
2016-01-13 21:05:20 -05:00
..
cbfs
cramfs
ext4 ext4_common.c: Clean up failure cases in alloc_triple_indirect_block 2016-01-13 21:05:20 -05:00
fat block: pass block dev not num to read/write/erase() 2016-01-13 21:05:18 -05:00
jffs2 JFFS2: Use merge sort when parsing filesystem 2015-08-12 20:47:32 -04:00
reiserfs block: pass block dev not num to read/write/erase() 2016-01-13 21:05:18 -05:00
sandbox sandbox: only do sandboxfs for hostfs interface 2015-04-19 14:45:56 -06:00
ubifs compat: Remove is_power_of_2() definition 2015-11-05 16:46:59 -05:00
yaffs2 Various Makefiles: Add SPDX-License-Identifier tags 2015-11-10 09:19:52 -05:00
zfs block: pass block dev not num to read/write/erase() 2016-01-13 21:05:18 -05:00
Kconfig
Makefile
fs.c fs: handle the fileaddr variable in the same way as in the network case 2016-01-08 10:15:48 -05:00