Martijn van Beurden
Martijn van Beurden
libFLAC still contains quite a bit of assembler. However, I'm unable to properly maintain this and I'm not sure it is being covered by fuzzing. Also, it only benefits 32-bit...
This should fix #300
First two commits are to check asserts in fuzzing Third commit prepares for out-of-memory fuzzing. That needs a change in the oss-fuzz repository, which in turn depends on fuzzing_common.h being...
The following input renders fine ``` %%% title = "Test" [seriesInfo] name = "Internet-Draft" stream = "IETF" status = "standard" value = "0" [[author]] fullname="Martijn van Beurden" %%% .# Abstract...
After trying for quite a while to find the source of some hard-to-reproduce fuzz bugs, this PR seems the best fix. While I was unable to find the exact cause,...
In other words, check whether the file can be seeked in properly
Currently, when `flac` encounters an error, it doesn't tell where it found that error. For salvaging and troubleshooting, it is probably very valuable though. `flac` should say what it is...
Hi all, When accessing a testcase detail, I can download the unminimized testcase, minimized testcase and build, but I am not able to access the reproducers listed in the table...