diff options
author | Gao Xiang <[email protected]> | 2020-02-26 16:10:07 +0800 |
---|---|---|
committer | Gao Xiang <[email protected]> | 2020-03-03 23:40:16 +0800 |
commit | af1038abbd1449b7feb2b5b7cdbb24aa0bd1f120 (patch) | |
tree | 93d226492e5b74c34426d918da01c59d13fd8b43 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 9d5a09c6f3b5fb85af20e3a34827b5d27d152b34 (diff) |
erofs: use LZ4_decompress_safe() for full decoding
As Lasse pointed out, "EROFS uses LZ4_decompress_safe_partial
for both partial and full blocks. Thus when it is decoding a
full block, it doesn't know if the LZ4 decoder actually decoded
all the input. The real uncompressed size could be bigger than
the value stored in the file system metadata.
Using LZ4_decompress_safe instead of _safe_partial when
decompressing a full block would help to detect errors."
So it's reasonable to use _safe in case of potential corrupted
images and it might have some speed gain as well although
I didn't observe much difference.
Note that legacy compressor (< 5.3, no LZ4_0PADDING) could
encode extra data in a pcluster, which is excluded as well.
Cc: Lasse Collin <[email protected]>
Fixes: 0ffd71bcc3a0 ("staging: erofs: introduce LZ4 decompression inplace")
[ Gao Xiang: v5.3+, I will manually backport this to stable later. ]
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Chao Yu <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions