bmribler

Results 42 comments of bmribler

> @qkoziol You can download them by clicking on the POC link. I wonder why I can't upload Sanitizer Report... @aled-ua Probably because of the type of the file. What...

> These are not bad, but seem like they are addressing symptoms rather that root causes. Are there test files that trigger them to look at? @qkoziol Hi Quincey, are...

> I have been busy on some internal projects for the past few days, but I am planning to. Please don't let me impede you diving in and investigating also....

@qkoziol Are you still planning to look at this issue too?

@oss-patch I'm working through these fixes and have found the root problems and fixes for a couple of them. Where can I get the fuzzer? I was using the fuzzer...

@oss-patch PR https://github.com/HDFGroup/hdf5/pull/5722 seemed to cover all the issues in this PR. I will close this issue unless you let me know otherwise. Thanks!

Hello! This seemed to be an issue with the C API that was used in the C++ code, and we're working on it. I should let you know that the...

I'm sorry, @avitase, the C++ wrapper has not been maintained for quite a while now. While you write your own wrappers, you're welcome to use the C++ wrapper code in...

Hi @avitase, I'm trying to make sure that the call to H5Lget_name_by_idx before 2001 | char *name_C = new char\[actual_name_len](); returns a reasonable value for name_len. Could you tell me...

> Hi [@bmribler](https://github.com/bmribler), I include HDF5 as a dependency in my CMake super-build. Hence, this error occurs during the compilation of HDF5 itself before seeing my code. Thanks!