1. 07 Sep, 2016 1 commit
  2. 06 Sep, 2016 1 commit
  3. 05 Sep, 2016 4 commits
  4. 04 Sep, 2016 4 commits
  5. 03 Sep, 2016 1 commit
  6. 31 Aug, 2016 3 commits
  7. 30 Aug, 2016 8 commits
  8. 29 Aug, 2016 5 commits
  9. 26 Aug, 2016 9 commits
  10. 24 Aug, 2016 1 commit
  11. 23 Aug, 2016 2 commits
  12. 18 Aug, 2016 1 commit
    • Anton Khirnov's avatar
      mss12: validate display dimensions · 6755eb5b
      Anton Khirnov authored
      The code currently reads the coded dimensions from the extradata, but
      expects the display dimensions to be set by the caller, and does not
      check that they are compatible (i.e. that the displayed size is smaller
      than the coded size).
      
      Make sure that when the display dimensions are set, they are also valid.
      Fixes possible invalid memory access.
      
      CC: libav-stable@libav.org
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      6755eb5b