Bugs item #3581735, was opened at 2012-10-29 16:32 Message generated for change (Tracker Item Submitted) made by fgsch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3581735...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Federico Schwindt (fgsch) Assigned to: Nobody/Anonymous (nobody) Summary: Array too small for aiff format
Initial Comment: Pd version: git
d_soundfile.c:create_soundfile has:
memcpy(aiffhdr->a_samprate, dogdoo, sizeof(dogdoo));
where dogdoo is 14 bytes but a_samprate is 10!
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3581735...