Jan Beulich
2011-Nov-11 11:24 UTC
[Xen-devel] [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: validate match distance in unlzma.c 8: Decompressors: check for write errors in unlzo.c 9: Decompressors: check input size in unlzo.c Signed-off-by: Jan Beulich <jbeulich@suse.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2011-Nov-11 13:14 UTC
Re: [Xen-devel] [PATCH 0/9] decompressor bug fixes and cleanups
On 11/11/2011 11:24, "Jan Beulich" <JBeulich@suse.com> wrote:> 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: validate match distance in unlzma.c > 8: Decompressors: check for write errors in unlzo.c > 9: Decompressors: check input size in unlzo.c > > Signed-off-by: Jan Beulich <jbeulich@suse.com>Acked-by: Keir Fraser <keir@xen.org>> > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Apparently Analagous Threads
- [PATCH 0/2] add LZ4 kernel decompression support
- [PATCH 9/9] Decompressors: check input size in unlzo.c
- [PATCH 5/9] Decompressors: check for read errors in unlzma.c
- [PATCH 0/6] x86/HVM: miscellaneous RTC emulation adjustments
- [PATCH] VT-d: make remap_entry_to_msi_msg() return consistent message