commit | e405fc4abb8363471a09bbfd5ed14aa9ac58e039 | [log] [tgz] |
---|---|---|
author | Richard Genoud <richard.genoud@posteo.net> | Tue Nov 03 12:11:05 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 19 09:45:49 2020 -0500 |
tree | 62d447ffec67dad617cf3e01ab0376816db04b4b | |
parent | 2f9c9858f30a311e2c76ebb8f77c79dbfe394dfc [diff] |
fs/squashfs: sqfs_search_dir: fix dangling pointer dirs->entry shouldn't be left dangling as it could be freed twice. Signed-off-by: Richard Genoud <richard.genoud@posteo.net>