mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Prevent huge stack allocations for MIDNAM files
xmlParseMemory() uses a c-pointer char*. Previously MIDNAM data on the heap were wrapped inside a std::string only to be later accessed via c_str().
This commit is contained in:
parent
3d166c7789
commit
705ac7bfc5
4 changed files with 7 additions and 7 deletions
Loading…
Add table
Add a link
Reference in a new issue