1. 20 Jan, 2013 1 commit
  2. 07 Jan, 2013 4 commits
  3. 18 Dec, 2012 1 commit
  4. 02 Dec, 2012 1 commit
  5. 06 Nov, 2012 2 commits
  6. 23 Oct, 2012 1 commit
  7. 13 Oct, 2012 1 commit
  8. 07 Sep, 2012 1 commit
  9. 31 Aug, 2012 1 commit
  10. 06 Jul, 2012 1 commit
  11. 02 Jul, 2012 2 commits
  12. 30 May, 2012 1 commit
  13. 22 Apr, 2012 1 commit
  14. 14 Apr, 2012 1 commit
  15. 12 Jan, 2012 1 commit
  16. 03 Jan, 2012 1 commit
  17. 03 Dec, 2011 1 commit
  18. 06 Nov, 2011 1 commit
  19. 14 Sep, 2011 1 commit
  20. 07 Sep, 2011 1 commit
  21. 15 Jul, 2011 1 commit
  22. 13 Jun, 2011 1 commit
  23. 09 May, 2011 3 commits
  24. 01 May, 2011 3 commits
  25. 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
  26. 07 Apr, 2011 1 commit
  27. 06 Apr, 2011 1 commit
  28. 21 Mar, 2011 1 commit
  29. 19 Mar, 2011 1 commit
  30. 17 Mar, 2011 1 commit
  31. 15 Mar, 2011 1 commit