On Thu, 08 May 2025 19:37:24 +0000, Aristo Chen wrote: > When decompressing GZIP-compressed image parts via the `imxtract` command, > explicitly handle the `Z_BUF_ERROR` return value from `gunzip()` to provide > a clearer diagnostic. This error typically indicates that the destination > buffer is too small to hold the uncompressed data. > >
Applied to u-boot/next, thanks! [1/1] cmd: ximg: handle Z_BUF_ERROR explicitly in GZIP decompression commit: ef305ceff9c875a7c16fdffc5e120d8ddf6243b7 -- Tom