aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmBuffer.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PcmBuffer: reset size in Clear()Max Kellermann2013-08-011-0/+1
| | | | | | | | | | | | 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."
* pcm_buffer: convert to C++Max Kellermann2013-07-301-0/+63