]> granicus.if.org Git - file/commitdiff
welcome to 5.03
authorChristos Zoulas <christos@zoulas.com>
Wed, 6 May 2009 20:32:48 +0000 (20:32 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 6 May 2009 20:32:48 +0000 (20:32 +0000)
ChangeLog
configure.ac
src/patchlevel.h

index 4b08e8301ba35240aa09e11d61a5a3bc8a8b7d4b..90a32fcecffb348d3f9a2fa252bfeec54e41a0ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-06  10:25  Christos Zoulas <christos@zoulas.com>
+
+       * Avoid null dereference in cdf code (Drew Yao)
+
+       * More cdf bounds checks and overflow checks
+
 2009-05-01  18:37  Christos Zoulas <christos@zoulas.com>
 
        * Buffer overflow fixes from Drew Yao
index c6b5753edb199977e21e3f160a2d26ed183311b7..5fc7b3cfd954420279a5f080a3b6d7291bf1d753 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(file, 5.02, christos@astron.com)
+AC_INIT(file, 5.03, christos@astron.com)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 #AC_CONFIG_MACRO_DIR([m4])
index 72e2c57d6fd902dbe335f5d4d3dcf44be2c3fde7..c77ea75bb02c4db582d5fb31c119dade21c0d894 100644 (file)
@@ -1,11 +1,14 @@
 #define        FILE_VERSION_MAJOR      5
-#define        patchlevel              2
+#define        patchlevel              3
 
 /*
  * Patchlevel file for Ian Darwin's MAGIC command.
- * $File: patchlevel.h,v 1.72 2009/04/30 21:20:15 christos Exp $
+ * $File: patchlevel.h,v 1.73 2009/05/04 15:15:13 christos Exp $
  *
  * $Log: patchlevel.h,v $
+ * Revision 1.74  2009/05/06 20:32:48  christos
+ * welcome to 5.03
+ *
  * Revision 1.73  2009/05/04 15:15:13  christos
  * 5.02...
  *