Date: Sun, 13 Feb 2005 23:29:54 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive Makefile archive_read_support_compression_none.c Message-ID: <200502132329.j1DNTsj3044554@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2005-02-13 23:29:54 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_read_support_compression_none.c Log: Fix a buffer overflow in the "none" decompression handler that occurred with large read-ahead requests. This only affected formats that incorrectly make large requests (ZIP did this until recently) or with block sizes over 32k. Revision Changes Path 1.30 +1 -1 src/lib/libarchive/Makefile 1.6 +75 -67 src/lib/libarchive/archive_read_support_compression_none.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502132329.j1DNTsj3044554>