Home
last modified time | relevance | path

Searched hist:"24 f48416dfe1d827dcf759d6cd0e7a8e5c67e321" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/fs/
H A Dfs_internal.cdiff 24f48416dfe1d827dcf759d6cd0e7a8e5c67e321 Sun Nov 19 16:49:21 CST 2017 Heinrich Schuchardt <xypron.glpk@gmx.de> fs: avoid possible NULL dereference in fs_devread

It is unwise to first dereference a variable
and then to check if it was NULL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Marek Behun <marek.behun@nic.cz>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>