From b1e227fed61f36d4c57e8fe505df13ec6b469ce8 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 6 May 2009 20:32:48 +0000 Subject: [PATCH] welcome to 5.03 --- ChangeLog | 6 ++++++ configure.ac | 2 +- src/patchlevel.h | 7 +++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b08e830..90a32fce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-05-06 10:25 Christos Zoulas + + * Avoid null dereference in cdf code (Drew Yao) + + * More cdf bounds checks and overflow checks + 2009-05-01 18:37 Christos Zoulas * Buffer overflow fixes from Drew Yao diff --git a/configure.ac b/configure.ac index c6b5753e..5fc7b3cf 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/src/patchlevel.h b/src/patchlevel.h index ebc01526..472cca3c 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -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.73 2009/05/04 15:15:13 christos Exp $ + * $File: patchlevel.h,v 1.74 2009/05/06 20:32:48 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... * -- 2.50.0