From: Christos Zoulas Date: Thu, 27 Feb 2003 20:53:45 +0000 (+0000) Subject: - fix memory allocation problem (Jeff Johnson) X-Git-Tag: FILE5_05~1045 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=972555a7f57195fb93920fbfb63a43aaea962fb6;p=file - fix memory allocation problem (Jeff Johnson) - fix stack overflow corruption (David Endler) - fixes from NetBSD source (Antti Kantee) - magic fixes --- diff --git a/src/patchlevel.h b/src/patchlevel.h index aba74611..bec30674 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,17 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 40 +#define patchlevel 41 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.40 2003/02/08 18:33:53 christos Exp $ + * $Id: patchlevel.h,v 1.41 2003/02/27 20:53:45 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.41 2003/02/27 20:53:45 christos + * - fix memory allocation problem (Jeff Johnson) + * - fix stack overflow corruption (David Endler) + * - fixes from NetBSD source (Antti Kantee) + * - magic fixes + * * Revision 1.40 2003/02/08 18:33:53 christos * - detect inttypes.h too (Dave Love ) * - eliminate unsigned char warnings (Petter Reinholdtsen ) @@ -238,4 +244,3 @@ * Fix a tiny null-pointer bug in previous fix for tar archive + uncompress. * */ -