1. 11 Jan, 2014 14 commits
  2. 10 Jan, 2014 24 commits
  3. 09 Jan, 2014 2 commits
    • Michael Niedermayer's avatar
      avformat/nutdec: fix packet end clearing · 7f9697aa
      Michael Niedermayer authored
      The code was buggy, using the wrong variable, also it missed the case
      where the packet become smaller due to sidedata/metadata being extracted
      which left a few bytes uninitialized
      
      Fixes use of uninitialized memory
      Fixed: msan_uninit-mem_7f6abbe44530_6838_mewmew_vorbis_ssa.nut
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      7f9697aa
    • Michael Niedermayer's avatar
      avformat/rmdec: when reading audio blocks, dont leave holes when reading fails · 77d2a1ca
      Michael Niedermayer authored
      The fate test is changed because the reference file depends on the use of
      non cleared data at the very
      end. Alternatively we could upload a new reference file, though that would
      then have to be changed every time the handling of a truncated frame changes
      or theres a change to error concealment, each time adding a new file ...
      
      Fixes use of uninitialized memory
      Fixed: msan_uninit-mem_7f3c02b81363_2787_RLG2_19.rm
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      77d2a1ca