Fix for HDFFV-11065.

This commit is contained in:
Gerd Heber 2020-03-29 16:04:58 -05:00
parent e9e3e2f1d6
commit 2dfc047bc4

View File

@ -3006,6 +3006,8 @@ main(int argc, const char *argv[])
}
else if (!HDstrncmp(argv[argno], "--s3-cred=", (size_t)10)) {
#ifdef H5_HAVE_ROS3_VFD
char const *start = NULL;
start = strchr(argv[argno], '=');
if (start == NULL) {
HDfprintf(rawerrorstream, "Error: Unable to parse null credentials tuple\n"