summaryrefslogtreecommitdiffstats
path: root/src/H5FDsec2.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-09-28 04:34:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-09-28 04:34:38 (GMT)
commita841ea35292de8097b429f98af48b29f21c97893 (patch)
tree8a400ec6e9c6b06e641a75f5cac82cee01fea751 /src/H5FDsec2.c
parent97dbe75dc17f28e7649d3e31f30019cdc156bafc (diff)
downloadhdf5-a841ea35292de8097b429f98af48b29f21c97893.zip
hdf5-a841ea35292de8097b429f98af48b29f21c97893.tar.gz
hdf5-a841ea35292de8097b429f98af48b29f21c97893.tar.bz2
[svn-r9327] Purpose:
Bug fix. Description: Fix off-by-one error in Core VFL driver which would cause spurious address or size overflow errors when an odd valued address or size was checked. Platforms tested: FreeBSD 4.10 (sleipnir) Linux 2.4 (heping) Solaris 2.7 (arabica)
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r--src/H5FDsec2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c
index f8cf0e5..492e024 100644
--- a/src/H5FDsec2.c
+++ b/src/H5FDsec2.c
@@ -41,11 +41,6 @@
#include "H5MMprivate.h" /* Memory management */
#include "H5Pprivate.h" /* Property lists */
-#ifdef MAX
-#undef MAX
-#define MAX(X,Y) ((X)>(Y)?(X):(Y))
-#endif /* MAX */
-
/* The driver identification number, initialized at runtime */
static hid_t H5FD_SEC2_g = 0;