tbeu / matio

MATLAB MAT File I/O Library
https://matio.sourceforge.io
BSD 2-Clause "Simplified" License
330 stars 97 forks source link

Use latest hdf5 for fuzzing #211

Closed sashashura closed 10 months ago

sashashura commented 11 months ago

The following OSS-Fuzz issues are not reproducible with the latest HDF5. I.e. most probably were found and fixed independently. By fuzzing with the latest version of HDF5 they will be automatically closed in OSS-Fuzz.

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29776 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=53690 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37185 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41590 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=39869 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38041 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45177 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37536 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30749 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38686 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41318 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30184 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37318 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41576

sashashura commented 11 months ago

I was under impression that most of the bugs were fixed in post 1.14.1-2, but after testing again I was wrong. Please take a look at https://github.com/google/oss-fuzz/pull/10817 again. Would using the 1.14 branch be stable enough? Both PRs are related and should be merged together.

sashashura commented 10 months ago

Could you please merge it?