Martijn van Beurden

Results 268 comments of Martijn van Beurden

The idea here is to release a little 'sooner than usual' (there have been only 5 releases in the last 10 years, the last being half a year ago), but...

Doing a release is a lot of work and several workarounds are available, so I'd rather not. Similar question from me: would it be possible for libflac-sys to update to...

One is listed in the commit message of 14eb65d: compiling with `make LDFLAGS='-lssp'`. `LIBS='-lssp'` or something similar probably also works, as long as the ssp lib is somehow added. For...

@GregSlazinski Quite a bit has changed with the UTF-8 code, is this still an issue?

Several patches for UWP are supplied here: https://gitlab.xiph.org/xiph/flac/-/merge_requests/1 It seems however users of UWP are encouraged to migrate: https://www.techradar.com/news/microsoft-is-finally-dropping-uwp-app-support-windows-app-sdk-heres-why Because of that, I'm not sure whether rebasing and integrating these...

This has been fixed with the merge of #457

The problem that the first commit tries to fix appeared today during fuzzing, so it seems this fix is still needed. I will take some time to review it soon.

It seems commit d9ae5e9 broke this. Another solution is to add a function `safe_realloc_nofree_mul_2op_` for example. I've identified 6 other calls to safe_realloc_ variants that need to be checked ```...

This is fixed with the merge of #419

@rillian Should this issue be transferred to the ogg repository? It might be other projects depending on libogg are affected?