[U-Boot] [U-Boot,03/10] ext4: free allocations by parse_path()
Tom Rini
trini at konsulko.com
Sat Sep 12 14:51:17 CEST 2015
On Fri, Sep 04, 2015 at 10:03:44PM -0600, Stephen Warren wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> parse_path() malloc()s the entries in the array it's passed. Those
> allocations must be free()d by the caller, ext4fs_get_parent_inode_num().
> Add code to do this.
>
> For this to work, all the array entries must be dynamically allocated,
> rather than a mix of dynamic and static allocations. Fix parse_path() not
> to over-write arr[0] with a pointer to statically allocated data.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> Acked-by: Lukasz Majewski <l.majewski at samsung.com>
> Tested-by: Lukasz Majewski <l.majewski at samsung.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150912/8056f5d7/attachment.sig>
More information about the U-Boot
mailing list