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