[PATCH] zfs: fix function 'zlib_decompress' pointlessly calling itself

30 Apr
2024
30 Apr
'24
6:40 p.m.
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
--- v2: Resubmit with diff content in plain text.

14 May
14 May
6:15 p.m.
On Wed, May 01, 2024 at 12:40:38AM +0800, WHR wrote:
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
Applied to u-boot/next, thanks!
--
Tom
358
Age (days ago)
372
Last active (days ago)
1 comments
2 participants
participants (2)
-
Tom Rini
-
WHR