1. 26 Oct, 2015 1 commit
  2. 11 Jul, 2015 1 commit
  3. 14 Feb, 2015 1 commit
  4. 17 Dec, 2014 1 commit
  5. 07 Aug, 2014 1 commit
  6. 11 Mar, 2014 1 commit
  7. 19 Dec, 2013 1 commit
  8. 05 Dec, 2012 2 commits
  9. 07 Aug, 2012 1 commit
  10. 29 Feb, 2012 1 commit
  11. 27 Jan, 2012 1 commit
  12. 30 Nov, 2011 1 commit
  13. 19 Oct, 2011 1 commit
  14. 17 Jul, 2011 1 commit
  15. 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
  16. 19 Mar, 2011 1 commit
  17. 17 Mar, 2011 1 commit
  18. 07 Mar, 2011 1 commit
  19. 05 Mar, 2011 1 commit
  20. 04 Mar, 2011 1 commit
  21. 03 Mar, 2011 2 commits
  22. 01 Mar, 2011 2 commits
  23. 22 Feb, 2011 1 commit
  24. 21 Feb, 2011 1 commit
  25. 20 Feb, 2011 2 commits
  26. 28 Jan, 2011 1 commit
  27. 26 Jan, 2011 1 commit
  28. 30 Mar, 2010 1 commit
  29. 17 Sep, 2009 1 commit
  30. 22 Jun, 2009 1 commit
  31. 19 Jan, 2009 1 commit
  32. 11 Jan, 2009 1 commit
  33. 03 Jun, 2008 1 commit
  34. 21 Nov, 2007 1 commit
  35. 19 Jul, 2007 2 commits