commit | cfcb224a61f51597146bd02a48bd7c4ee4b3ef59 | [log] [tgz] |
---|---|---|
author | Richard Genoud <richard.genoud@posteo.net> | Tue Nov 03 12:11:24 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 19 09:45:49 2020 -0500 |
tree | 6634e5e2cb8ccf1d38424f73c18719d987faa061 | |
parent | 6abdf01ad9f2441743b4f056f381d7ea9dd12c6a [diff] |
fs/squashfs: sqfs_read: remove buggy offset functionality offset is the offset in the file read, not the offset in the destination buffer. If the offset is not null, this will lead to a memory corruption. So, for now, we are returning an error if the offset is used. Signed-off-by: Richard Genoud <richard.genoud@posteo.net>