| commit | 026709fe0cb12d4df7238e6cfa5b11b50c59a178 | [log] [tgz] |
|---|---|---|
| author | Gao Xiang <hsiangkao@linux.alibaba.com> | Thu Jul 03 13:34:46 2025 +0800 |
| committer | Gao Xiang <hsiangkao@linux.alibaba.com> | Thu Jul 03 13:46:23 2025 +0800 |
| tree | 12a265a6b162dbc3bd37880ff26f1edad05b3179 | |
| parent | c6bf91068049f5b8be28a3d8561806bb6cb2f194 [diff] |
erofs-utils: lib: switch to on-heap fitblk_buffer for libdeflate - 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-2-hsiangkao@linux.alibaba.com