1. 30 Oct, 2013 2 commits
  2. 28 Oct, 2013 2 commits
  3. 21 Oct, 2013 1 commit
  4. 16 Oct, 2013 3 commits
  5. 15 Oct, 2013 4 commits
  6. 02 Oct, 2013 1 commit
  7. 05 Sep, 2013 1 commit
  8. 04 Sep, 2013 1 commit
  9. 07 Aug, 2013 2 commits
  10. 04 Aug, 2013 1 commit
  11. 03 Aug, 2013 2 commits
  12. 01 Aug, 2013 1 commit
    • Max Kellermann's avatar
      PcmBuffer: reset size in Clear() · 105b431e
      Max Kellermann authored
      Fix for Mantis #3806.
      
      "PcmBuffer::Clear clears the buffer but does not reset the size. If
      Get is called on the same PcmBuffer later on with a size that is the
      same as (or less than) it was before the call to Clear, the "else"
      branch is taken and the memory of buffer (at the address of nullptr)
      is poisoned instead of the necessary allocation being performed. A
      memset or memcpy on the returned pointer (nullptr) causes a
      segmentation fault."
      105b431e
  13. 30 Jul, 2013 2 commits
  14. 29 Jul, 2013 3 commits
  15. 08 Apr, 2013 2 commits