]> granicus.if.org Git - file/commitdiff
Passed purify. Fixed indirections. Fixed byte order printing.
authorChristos Zoulas <christos@zoulas.com>
Thu, 23 Sep 1993 21:56:23 +0000 (21:56 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 23 Sep 1993 21:56:23 +0000 (21:56 +0000)
Fixed segmentation faults caused by referencing past the end
of the magic buffer. Fixed bus errors caused by referencing
unaligned shorts or longs.

src/patchlevel.h

index d26ab91339c2bba11796acf9943900c2a88d8089..f5f64b528e224ce0f59b768e92547f79ee883f99 100644 (file)
@@ -1,12 +1,21 @@
 #define        FILE_VERSION_MAJOR      3
-#define        patchlevel              9
+#define        patchlevel              10
 
 /*
  * Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.9 1993/03/24 14:23:40 ian Exp $
+ * $Id: patchlevel.h,v 1.10 1993/09/23 21:56:23 christos Exp $
  *
  * $Log: patchlevel.h,v $
- * Revision 1.9  1993/03/24 14:23:40  ian
+ * 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
+ * unaligned shorts or longs.
+ *
+ * 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