From: Christos Zoulas Date: Fri, 24 Sep 1993 18:49:06 +0000 (+0000) Subject: Fixed small bug in softmagic.c introduced by X-Git-Tag: FILE3_27~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f191349a631f381a111b52148b669b0348d5f6a;p=file Fixed small bug in softmagic.c introduced by copying the data to be examined out of the input buffer. Changed the Makefile to use sed to create the correct man pages. --- diff --git a/src/patchlevel.h b/src/patchlevel.h index f5f64b52..96ed328b 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -3,10 +3,16 @@ /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.10 1993/09/23 21:56:23 christos Exp $ + * $Id: patchlevel.h,v 1.11 1993/09/24 18:49:06 christos Exp $ * * $Log: patchlevel.h,v $ - * Revision 1.10 1993/09/23 21:56:23 christos + * Revision 1.11 1993/09/24 18:49:06 christos + * Fixed small bug in softmagic.c introduced by + * copying the data to be examined out of the input + * buffer. Changed the Makefile to use sed to create + * the correct man pages. + * + * Revision 1.10 1993/09/23 21:56:23 christos * Passed purify. Fixed indirections. Fixed byte order printing. * Fixed segmentation faults caused by referencing past the end * of the magic buffer. Fixed bus errors caused by referencing @@ -15,9 +21,6 @@ * Revision 1.9 1993/03/24 14:23:40 ian * Batch of minor changes from several contributors. * - * Revision 1.9 1993/03/24 14:23:40 ian - * Batch of minor changes from several contributors. - * * Revision 1.8 93/02/19 15:01:26 ian * Numerous changes from Guy Harris too numerous to mention but including * byte-order independance, fixing "old-style masking", etc. etc. A bugfix