commit | 1b1e0c019588afc64a639b89fd0b6cd12534bce4 | [log] [tgz] |
---|---|---|
author | Richard Genoud <richard.genoud@posteo.net> | Tue Nov 03 12:10:59 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 19 09:45:49 2020 -0500 |
tree | b7f24befd7e6bbf7be07829f5cfb55cb02bba7b3 | |
parent | 4891c4e595b48ee41b7d8062bb599d05a938ea0a [diff] |
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 <richard.genoud@posteo.net> Reviewed-by: Joao Marcos Costa <jmcosta944@gmail.com>