]> Git Repo - J-u-boot.git/commit
fs/squashfs: fix board hang-up when calling .exists()
authorRichard Genoud <[email protected]>
Tue, 3 Nov 2020 11:10:59 +0000 (12:10 +0100)
committerTom Rini <[email protected]>
Thu, 19 Nov 2020 14:45:49 +0000 (09:45 -0500)
commit1b1e0c019588afc64a639b89fd0b6cd12534bce4
treeb7f24befd7e6bbf7be07829f5cfb55cb02bba7b3
parent4891c4e595b48ee41b7d8062bb599d05a938ea0a
fs/squashfs: fix board hang-up when calling .exists()

add missing squashfs function to prevent dangling or null pointers.
For exemple, when calling test [ -e somefile ], squashfs.exists may be
called.

Signed-off-by: Richard Genoud <[email protected]>
Reviewed-by: Joao Marcos Costa <[email protected]>
fs/fs.c
This page took 0.033845 seconds and 4 git commands to generate.