Skip to content
  • Thomas Guillem's avatar
    demux: image: fix heap-use-after-free · 1de4047a
    Thomas Guillem authored
    detect callbacks can call vlc_stream_Peek() and invalidate the current peek
    buffer is re-allocation is needed.
    
    An other way to solve this issue is to make sure that checks with a callback
    are executed after checks with a marker/marker_size.
    1de4047a