Martijn van Beurden

Results 268 comments of Martijn van Beurden

I've found a way to verify this patch through fuzzing. I've added two global variables (declared and defined only `#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION`) which the fuzzer uses, a counter and a threshold....

Closing this as #419 (which included these patches) has been merged

PR to fix this: https://github.com/xiph/flac-website/pull/4

Could you provide some more info as to how you're building opus-tools and how you're building FLAC? Could you also try again with the latest git, because just 22 hours...

Many thanks for providing these details. I'll try to reproduce and work out a fix

I'm unable to reproduce this. I've updated my MSYS2 environment, which has packages for flac, ogg and libopusenc, and when compiling autotools with ``` ./autogen.sh ./configure make LDFLAGS='-lssp' ``` I...

On second thought, `make clean all V=1 LDFLAGS='-Wl,--verbose' > buildlog 2>&1` would provide even more useful information

Digging a little deeper, it turns out this is not something FLAC can fix, it is one of the intricacies of linking on Windows. See https://stackoverflow.com/questions/4841719/dllimport-dllexport-and-static-libraries-compilation-under-visual-c From there I quote...

Let me know when you experience other issues. I'll leave this issue open as a TODO to check whether FLAC__NO_DLL is mentioned anywhere in the documentation