I've been tracking down a crash with my plug-in that seems to have
started occurring in DP 4.51 - however it looks to be a bug in
AUBufferList::CopyBufferContentsTo().
In my case abl.mNumberBuffers is 2, so it's trying to fill in two
buffers.
However mPtrs->mNumberBuffers is 1, so there's only 1 source buffer.
Therefore when the loop goes round and ++srcbuff happens, the source
buffer pointer becomes garbage.
Could someone please verify this?
(Please cc replies to me directly as I'm subscribed to the list in
digest mode.)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/coreaudio-api/email@hidden