Skip to content

contrib: gme: backport assert patch

Thomas Guillem requested to merge tguillem/vlc:contrib-gme-fix into master

assert() may be disabled and you don't want to abort a whole process in case of a parsing issue. So check the offset from samples_avail(), that will return 0 (EOF) in case of a out of bounds read.

Patch already upstream.

Merge request reports