1. 19 Oct, 2011 2 commits
  2. 07 Sep, 2011 1 commit
  3. 03 Jul, 2011 1 commit
  4. 08 Jun, 2011 1 commit
  5. 01 May, 2011 3 commits
  6. 14 Apr, 2011 1 commit
    • Max Horn's avatar
      handle malloc failures in ff_get_wav_header · ca402f32
      Max Horn authored
      ff_get_wav_header is reading data from a WAVE file and then uses it
      (without validation) to malloc a buffer. It then proceeded to read
      data into the buffer, without verifying that the allocation succeeded.
      
      To address this, change ff_get_wav_header to return an error if
      allocation failed, and adapted all calling code to handle that error.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      ca402f32
  7. 07 Apr, 2011 1 commit
  8. 06 Apr, 2011 1 commit
  9. 21 Mar, 2011 1 commit
  10. 19 Mar, 2011 1 commit
  11. 17 Mar, 2011 1 commit
  12. 15 Mar, 2011 1 commit
  13. 07 Mar, 2011 1 commit
  14. 05 Mar, 2011 1 commit
  15. 04 Mar, 2011 1 commit
  16. 03 Mar, 2011 2 commits
  17. 01 Mar, 2011 2 commits
  18. 22 Feb, 2011 2 commits
  19. 21 Feb, 2011 2 commits
  20. 20 Feb, 2011 2 commits
  21. 14 Feb, 2011 1 commit
  22. 13 Feb, 2011 1 commit
  23. 11 Feb, 2011 1 commit
  24. 10 Feb, 2011 1 commit
  25. 06 Feb, 2011 6 commits
  26. 04 Feb, 2011 2 commits