Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid memory access in S3 comms (HDFGroup#3681)
In the ros3 VFD, passing an empty string parameter to an internal API call could result in accessing the -1th element of a string. This would cause failures on big-endian systems like s390x. This parameter is now checked before writing to the string. Fixes GitHub HDFGroup#1168
- Loading branch information