This repository was archived by the owner on Mar 27, 2024. It is now read-only.
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Garbage param/preset/... names when maximum string size reached #196
Open
Description
This is caused by a bug in the copy_string
function that can cause a missing nul terminator:
Line 76 in ab74a56
It should be max - 1
, otherwise the nul terminator set by the previous statement will be overwritten and the C string becomes open-ended ... undefined behavior when the DAW reads this!
I'm aware that usage of this project is deprecated but I think there are still some plug-ins out there using it, so hope this helps.
Metadata
Metadata
Assignees
Labels
No labels