From 2a2dc20a9632bc5d62934d1f9990ed24389f5a52 Mon Sep 17 00:00:00 2001 From: "Christian A. Weber" Date: Mon, 24 May 1993 15:45:28 +0000 Subject: =?UTF-8?q?Keine=20=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CompressBlock.S | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Source/CompressBlock.S') diff --git a/Source/CompressBlock.S b/Source/CompressBlock.S index 502e32d..52dab5b 100644 --- a/Source/CompressBlock.S +++ b/Source/CompressBlock.S @@ -1,11 +1,10 @@ ** -** $Id: CompressBlock.S,v 21.2 92/05/17 03:29:11 chris Exp $ -** $Revision: 21.2 $ +** $Id: CompressBlock.S,v 21.3 92/05/18 02:20:39 chris Exp $ +** $Revision: 21.3 $ ** ** $Filename: CompressBlock.S $ ** $Author: chris $ -** $Release: $ -** $Date: 92/05/17 03:29:11 $ +** $Date: 92/05/18 02:20:39 $ ** ** iff.library/IFFL_CompressBlock ** @@ -59,6 +58,11 @@ * IFFL_IFFError() returns IFFL_ERROR_BADCOMPRESSION if you ask for * an unsupported compression mode. * +* BUGS +* In IFFL_COMPR_BYTERUN1, if the compressed data would become longer, +* the buffer will be overwritten, and no error is returned. So be +* sure to supply a destination buffer which is big enough! +* * SEE ALSO * IFFL_DecompressBlock() * -- cgit v1.2.3