Updates the RELEASE.txt file with a note about the variable-length fill (#871)

value issue. A fix is in progress, but it might be a while before
we have time to finish it up.
This commit is contained in:
Dana Robinson 2021-08-03 14:04:30 -07:00 committed by GitHub
parent 48a05aa887
commit 04f1bff675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1455,6 +1455,10 @@ The following platforms are not supported but have been tested for this release.
Known Problems
==============
Setting a variable-length dataset fill value will leak the memory allocated
for the p field of the hvl_t struct. A fix is in progress for this.
HDFFV-10840
CMake files do not behave correctly with paths containing spaces.
Do not use spaces in paths because the required escaping for handling spaces
results in very complex and fragile build files.