commit | 1d4bd037bc4a60b9760cbe24f5061cc9846a96a0 | [log] [tgz] |
---|---|---|
author | WHR <whr@rivoreo.one> | Wed May 01 00:40:38 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon May 13 16:51:13 2024 -0600 |
tree | 1e5cc1aa72ed4dfc2b01d4391cb5015ef8d3ef13 | |
parent | 54ef525d82fcffa14e87af38be0315844a0e2259 [diff] |
zfs: fix function 'zlib_decompress' pointlessly calling itself In order to prevent crashing due to infinite recursion and actually decompress the requested data, call the zlib function 'uncompress' instead. Signed-off-by: WHR <msl0000023508@gmail.com>