summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove H5TB discussion (#2899)Dana Robinson2023-05-051-10/+0
* Fix Autotools internal-debug=all builds (#2886)jhendersonHDF2023-05-031-1/+1
* Harden H5O cache deserialize calls (#2856)Dana Robinson2023-05-011-295/+237
* Fix memory leaks in H5Dwrite w/ selection I/O (#2859)Dana Robinson2023-04-301-0/+7
* Fix TRACE macros in selection I/O plist calls (#2857)Dana Robinson2023-04-301-2/+2
* Don't use strnlen when len is not known (#2855)Dana Robinson2023-04-291-15/+41
* Converted H5D asserts to normal error checking (#2842)Dana Robinson2023-04-292-57/+45
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-2823-336/+2167
* Update H5Dget_space_status bug note to reference 1.14.0 (#2839)jhendersonHDF2023-04-281-1/+1
* Subfiling VFD - check if MPI is finalized during VFD termination (#2683)jhendersonHDF2023-04-273-28/+87
* Harden superblock cache deserialization (#2809)Dana Robinson2023-04-271-214/+146
* Fix v1 object header gap bug in H5Ocopy (#2785)jhendersonHDF2023-04-261-2/+7
* Harden H5G cache deserialization (#2810)Dana Robinson2023-04-261-68/+45
* Allow H5P_DEFAULT in H5Pget_vol_cap_flags and H5Pget_vol_id (#2807)jhendersonHDF2023-04-251-0/+6
* Sanitize H5HG cache deserialization code (#2808)Dana Robinson2023-04-252-153/+173
* Harden the v1 B-tree and local heap cache clients (#2803)Dana Robinson2023-04-254-96/+90
* H5Odtype.c decode cleanup (#2797)Dana Robinson2023-04-251-85/+234
* Sanitize object header message decode functions (#2795)Dana Robinson2023-04-2514-409/+407
* Add bug note to H5Dget_space_status documentation (#2788)jhendersonHDF2023-04-231-0/+14
* Sanitize the attribute object header msg code (#2749)Dana Robinson2023-04-191-39/+75
* Sanitize the H5Oname decode function (#2757)Dana Robinson2023-04-191-20/+14
* Sanitize the ohdr modification time decode fxns (#2762)Dana Robinson2023-04-181-36/+38
* Clean up H5Oefl decode function (#2755)Dana Robinson2023-04-181-27/+28
* Removes programmer/date lines from src headers (#2747)Dana Robinson2023-04-1877-542/+203
* Check for invalid AAPL in H5Aopen (#2712)jhendersonHDF2023-04-171-5/+9
* Sanitize B-tree k ohdr message decode call (#2754)Dana Robinson2023-04-171-13/+20
* Sanitize the attribute info message decode fxn (#2748)Dana Robinson2023-04-171-13/+24
* H5Spoint.c: Fix mistake in comment (#2750)Dave Allured2023-04-161-1/+1
* Fix memory leaks when processing OH cont messages (#2723)Dana Robinson2023-04-142-12/+16
* Cache macro parameter name consistency (#2738)Quincey Koziol2023-04-141-9/+9
* Cache macro error consistency (#2739)Quincey Koziol2023-04-142-86/+70
* Move cache image macros (#2732)Quincey Koziol2023-04-142-33/+42
* Cache macro tidy (#2731)Quincey Koziol2023-04-141-98/+98
* Fix out of bounds in `hdf5/src/H5Fint.c:2859` (#2691)Kobrin Eli2023-04-133-7/+72
* Fixed GH-2603, heap-buffer-overflow in H5O__linfo_decode (#2697)bmribler2023-04-131-6/+22
* Remove unused macros (#2722)Quincey Koziol2023-04-131-147/+0
* Remove dead code for H5C__SLIST_OPT_ENABLED (#2721)Quincey Koziol2023-04-132-15/+1
* Refactor H5C_entry_in_skip_list (#2719)Quincey Koziol2023-04-133-13/+21
* Fix cache validate (#2718)Quincey Koziol2023-04-131-2/+2
* Refactor cache mark flush dep (#2711)Quincey Koziol2023-04-132-4/+4
* Refactor cache validation (#2699)Quincey Koziol2023-04-134-65/+62
* Remove duplicated H5_IS_BUFFER_OVERFLOW macro (#2700)jhendersonHDF2023-04-121-5/+0
* Fix for github issue #2599: (#2665)vchoi-hdfgroup2023-04-121-1/+6
* Cache tidy (#2693)Quincey Koziol2023-04-127-1189/+524
* Clean up memory allocated when reading messages in H5Dlayout on error (#2602)...glennsong092023-04-111-5/+15
* Fix invalid memory access in H5O__ginfo_decode (#2663)mattjala2023-04-112-1/+21
* Add buffer overrun checks to H5O__layout_decode and H5O__sdspace_decode (#2679)jhendersonHDF2023-04-113-55/+268
* Fix a heap buffer overflow during H5D__compact_readvv (GitHub #2606) (#2664)jhendersonHDF2023-04-111-0/+27
* Comment cleanup (#2689)Quincey Koziol2023-04-1119-1211/+146
* Remove dead code hidden behind #ifdef LATER (#2686)Dana Robinson2023-04-107-223/+0