hdf5/java
Larry Knox 3262891c6b
Merges from develop Aug 2-4 (#3354)
* Fix CVE-2018-11202 (#3330)

A malformed file could result in chunk index memory leaks. Under most
conditions (i.e., when the --enable-using-memchecker option is NOT
used), this would result in a small memory leak and and infinite loop
and abort when shutting down the library. The infinite loop would be
due to the "free list" package not being able to clear its resources
so the library couldn't shut down. When the "using a memory checker"
option is used, the free lists are disabled so there is just a memory
leak with no abort on library shutdown.

The chunk index resources are now correctly cleaned up when reading
misparsed files and valgrind confirms no memory leaks.

* Fix CVE-2018-13867 (#3336)

* Windows runtime items go into the bin folder (#3320)
2023-08-04 14:17:33 -05:00
..
examples Merge "Use additional CPUs" and related fixes (#2742) 2023-04-14 15:14:38 -07:00
lib Update java logger version (#2644) 2023-04-04 11:35:23 -05:00
src Merges from develop Aug 2-4 (#3354) 2023-08-04 14:17:33 -05:00
test Set version to 1.14.3-1. (#3343) 2023-08-03 15:03:13 -05:00
CMakeLists.txt Merge with develop (#2790) 2023-04-21 23:25:12 -07:00
Makefile.am #386 copyright corrections for java folder (#389) 2021-02-26 09:27:15 -06:00