commit | 88f5333f13ad62a3e2b046df3a3869b988e8b96e | [log] [tgz] |
---|---|---|
author | Joao Marcos Costa <joaomarcos.costa@bootlin.com> | Thu Jul 30 15:33:50 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 07 22:31:32 2020 -0400 |
tree | 45135a033a314124a86afb72e699aac0892d6e7f | |
parent | ae8abb1c9c550b90956da70addffc495aa4bcac3 [diff] |
fs/squashfs: add support for zlib decompression Add call to zlib's 'uncompress' function. Add function to display the right error message depending on the decompression's return value. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>