diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-08-29 12:45:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 12:45:44 (GMT) |
commit | 6129233f4e5c892623e0533b13de3b987af436ea (patch) | |
tree | 1e07eece3afbe221419fd97f3d75c7c70973b1a2 /tools/testfiles | |
parent | bfe867c4cb7b636da21ff4245a2c1da6d96f1955 (diff) | |
download | hdf5-6129233f4e5c892623e0533b13de3b987af436ea.zip hdf5-6129233f4e5c892623e0533b13de3b987af436ea.tar.gz hdf5-6129233f4e5c892623e0533b13de3b987af436ea.tar.bz2 |
10 CVE fixes (#3440)
* Fix for CVE-2018-15671
* Fix CVE-2016-4332
* Fix CVE-2018-11202
* Fix CVE-2018-11205
* Fix CVE-2018-13866
* Fix CVE-2018-13867 and CVE-2018-13871
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tgroup-2.ddl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/testfiles/tgroup-2.ddl b/tools/testfiles/tgroup-2.ddl index 2ac8ac6..5374742 100644 --- a/tools/testfiles/tgroup-2.ddl +++ b/tools/testfiles/tgroup-2.ddl @@ -17,14 +17,7 @@ GROUP "/" { } } GROUP "g2" { - GROUP "g2.1" { - GROUP "g2.1.1" { - } - GROUP "g2.1.2" { - } - GROUP "g2.1.3" { - } - } + HARDLINK "/g2" } GROUP "g3" { GROUP "g3.1" { |