bmribler

Results 42 comments of bmribler

I did not see the heap-buffer-overflow, only a small memory leaks: HDF5-DIAG: Error detected in HDF5 (1.15.0): #000: ../../src/H5T.c line 3235 in H5Tdecode(): can't decode object major: Datatype minor: Unable...

Some of these broken links are not fixed

Thanks for the simplified project. I can see the issue and looking into it.

@abhibaruah I believe you need to use "ref" like this: hobj_ref_t *ref_obj;

Hi @abhibaruah, It appeared that the segfault happened here: herr_t status = H5Lget_info(obj_id, name.c_str(), &linfo, H5P_DEFAULT); when obj_id, which is a datatype ID in this case, was passed in. I'm...

FYI, @abhibaruah, this issue has been fixed (PR #4733)

Hi @abhibaruah, The buggy behavior was confirmed and an issue was created for the fix: #4662. Thanks!

@abhibaruah Hi Abhi, I just want to let you know that this issue (aka #4662) is fixed in develop.