Skip to content
Snippets Groups Projects

flac: fix endless bytes skip

Merged Kakadus requested to merge Kakadus/vlc:flac-fix-endless-skip into master
  1. Jan 21, 2024
    • Jonas Dittrich's avatar
      flac: fix endless bytes skip · 306505b7
      Jonas Dittrich authored and Steve Lhomme's avatar Steve Lhomme committed
      A hang was caused when the stream head is invalid and a header should be skipped, but not enough data is available. In this case, block_SkipBytes returns VLC_EGENERIC and does not seek anything. So, the same invalid block is processed again and again.
      306505b7
Loading