HyperTreeGrid HTG Reader corrupt read htg file version 2.0
The HyperTreeGrid HTG Reader cannot correctly read htg file version 2.0. It shows some random behavior as the reader seems to read from corrupted memory and not from the file. Some parts are valid while others changed randomly. Steps to reproduce * Consider the modified file `randomHTG-pv511_modified.htg` from issue paraview/paraview#21710 * Read this file and look at the `Result` array. * ![Screenshot_from_2022-12-19_11-16-57](/uploads/94d869073aef7e0bfb716d8d1681a462/Screenshot_from_2022-12-19_11-16-57.png) * Reload the file (`right click on the file -> Reload Files`) * Different result * ![Screenshot_from_2022-12-19_11-17-45](/uploads/c74e560ab6212c6fd2073e5e2f4c482d/Screenshot_from_2022-12-19_11-17-45.png) I have also observed this behaviour with my own HTG exporter. The appended blob can be read correctly with htg file version 1.0, however shows this corrupted behavior then switching to file version 2.0.
issue