| commit | c6bf91068049f5b8be28a3d8561806bb6cb2f194 | [log] [tgz] |
|---|---|---|
| author | Gao Xiang <hsiangkao@linux.alibaba.com> | Thu Jul 03 13:34:45 2025 +0800 |
| committer | Gao Xiang <hsiangkao@linux.alibaba.com> | Thu Jul 03 13:46:23 2025 +0800 |
| tree | 4d17a1022b37ca67a2b3c4a16a384188b50dedb4 | |
| parent | b4126104be168fe58b2a35687badf26b149f0fe9 [diff] |
erofs-utils: lib: switch to on-heap fitblk_buffer for libzstd - Allocating VLAs on the stack (or using alloca()) for large sizes could exceed the stack limit; - It's easier to isolate these buffers on the heap for code sanitizers to detect potential bugs. Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com> Link: https://lore.kernel.org/r/20250703053446.201941-1-hsiangkao@linux.alibaba.com