Displaying 1 result from an estimated 1 matches for "set_error_fn".
2011 Nov 11
1
[PATCH 0/9] decompressor bug fixes and cleanups
This is a collection of patches pulled over from Linux.
1: Decompressors: get rid of set_error_fn() macro
2: bzip2: Add missing checks for malloc returning NULL
3: Decompressors: remove unused function from unlzma.c
4: Decompressors: fix header validation in unlzma.c
5: Decompressors: check for read errors in unlzma.c
6: Decompressors: check for write errors in unlzma.c
7: Decompressors: valida...