Skip to content
Snippets Groups Projects
Commit e1f62ebe authored by Martijn van Beurden's avatar Martijn van Beurden
Browse files

Fix some more undefined behaviour

As https://github.com/xiph/flac/issues/784 notified me of
undefined behaviour going undetected by the fuzzers, I ran the test
suite with the full undefined behaviour sanitizer enabled.

There is one bit of undefined behaviour that I cannot fix,
FLAC__metadata_get_picture allows a picture type of -1 to mean all,
but this isn't part of the enum.
parent a628cca3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment