Skip to content

sharedbook: cast to unsigned to avoid undefined shift

Tristan Matthews requested to merge tmatth/tremor:undefined-shift into master

Fixes: Issue 19690: tremor:decode_fuzzer: Undefined-shift in vorbis_book_init_decode

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=19619

Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/tremor

Merge request reports