summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2024-03-17 18:34:21 (GMT)
committerGitHub <noreply@github.com>2024-03-17 18:34:21 (GMT)
commit2908dd1d12f82b3ad559e98ae639fac2c238bcdd (patch)
treebcff952b935734f2482d1c32d0bdfeb730cf1c17
parenta56675e12ad1090eb38d4d3cd8cf08a9af3c9f7f (diff)
downloadhdf5-2908dd1d12f82b3ad559e98ae639fac2c238bcdd.zip
hdf5-2908dd1d12f82b3ad559e98ae639fac2c238bcdd.tar.gz
hdf5-2908dd1d12f82b3ad559e98ae639fac2c238bcdd.tar.bz2
Bump the size of the mirror VFD IP field (#4167)snapshot
The IP address string isn't big enought to hold an IPv4-mapped IPv6 address.
-rw-r--r--src/H5FDmirror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmirror.h b/src/H5FDmirror.h
index 304f1e5..95ce936 100644
--- a/src/H5FDmirror.h
+++ b/src/H5FDmirror.h
@@ -35,7 +35,7 @@
#define H5FD_MIRROR_CURR_FAPL_T_VERSION 1
/** Max size of the remote_ip array in H5FD_mirror_fapl_t */
-#define H5FD_MIRROR_MAX_IP_LEN 32
+#define H5FD_MIRROR_MAX_IP_LEN 45 /* Max size of an IPv4-mapped IPv6 address */
/**
*\struct H5FD_mirror_fapl_t