1. 11 3月, 2014 1 次提交
  2. 07 8月, 2012 1 次提交
  3. 01 3月, 2012 1 次提交
  4. 27 1月, 2012 1 次提交
  5. 01 12月, 2011 1 次提交
  6. 19 10月, 2011 1 次提交
  7. 17 7月, 2011 1 次提交
  8. 14 4月, 2011 1 次提交
    • M
      handle malloc failures in ff_get_wav_header · ca402f32
      Max Horn 提交于
      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: NLuca Barbato <lu_zero@gentoo.org>
      ca402f32
  9. 19 3月, 2011 1 次提交
  10. 17 3月, 2011 1 次提交
  11. 08 3月, 2011 1 次提交
  12. 05 3月, 2011 1 次提交
  13. 02 3月, 2011 2 次提交
  14. 22 2月, 2011 1 次提交
  15. 20 2月, 2011 1 次提交
  16. 27 1月, 2011 1 次提交
  17. 31 3月, 2010 1 次提交
  18. 18 9月, 2009 1 次提交
  19. 23 6月, 2009 1 次提交
  20. 19 1月, 2009 1 次提交
  21. 12 1月, 2009 1 次提交
  22. 04 6月, 2008 1 次提交
  23. 21 11月, 2007 1 次提交
  24. 19 7月, 2007 2 次提交
  25. 08 4月, 2007 1 次提交
  26. 14 3月, 2007 1 次提交