diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-08-04 17:06:45 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-08-04 17:06:45 (GMT) |
commit | a324025e00adf3dd0a9d475cfff5af2ec4c7576c (patch) | |
tree | 0e47f9d3da40fbe65f28f04ce3d16c3dac99a1a5 | |
parent | 068fc878c39a37c0b3865cb6cd01eb57f4dbde74 (diff) | |
download | hdf5-a324025e00adf3dd0a9d475cfff5af2ec4c7576c.zip hdf5-a324025e00adf3dd0a9d475cfff5af2ec4c7576c.tar.gz hdf5-a324025e00adf3dd0a9d475cfff5af2ec4c7576c.tar.bz2 |
Fixed typo
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8a86b82..3a85dcc 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -347,7 +347,7 @@ Bug Fixes since HDF5-1.10.5 release When a buffer overflow occurred because a name length was corrupted and became very large, h5dump crashed on memory access violation. - A check for reading pass the end of the buffer was added to multiple + A check for reading past the end of the buffer was added to multiple locations to prevent the crashes and h5dump now simply fails with an error message when this error condition occurs. |