| Age | Commit message (Collapse) | Author |
|
If realloc failed, raw was not freed and thus memory
was leaked.
Signed-off-by: Francois Berder <[email protected]>
|
|
Here the size should be `length - skip`, otherwise it could cause
the destination buffer overflow.
Reported-by: jianqiang wang <[email protected]>
Fixes: 65cb73057b65 ("fs/erofs: add lz4 decompression support")
Signed-off-by: Jianan Huang <[email protected]>
Reviewed-by: Gao Xiang <[email protected]>
|
|
This patch updates erofs driver code to catch up with the latest code of
erofs_utils (commit e4939f9eaa177e05d697ace85d8dc283e25dc2ed).
LZMA will be supported in the separate patch later.
Signed-off-by: Yifan Zhao <[email protected]>
Reviewed-by: Huang Jianan <[email protected]>
|
|
Support EROFS lz4 compressed files.
Signed-off-by: Huang Jianan <[email protected]>
|
|
This patch mainly deals with uncompressed files.
Signed-off-by: Huang Jianan <[email protected]>
|