
27 Aug
2019
27 Aug
'19
2:18 a.m.
On Tue, Aug 20, 2019 at 10:18:30PM +0200, Martin Vystrčil wrote:
File was found on specified location. Info about file was read, but then immediately destroyed using 'free' call. As a result file size was set to 0, hence fat process didn't read any data.
Premature 'free' call removed. Resources are freed right before function return. File is read correctly.
Signed-off-by: Martin Vystrcil martin.vystrcil@m-linux.cz
Applied to u-boot/master, thanks!
--
Tom