commit | 654b24851037c81a8e3d4c2e63fd72a9ef5abdad | [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 | bbad1d75b42b4879d72a21d7787034a8e2c8842c [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>