Files
ardour/libs/pbd/openuri.cc
Robin Gareus 1f5649ef28 Fix vfork edge-case
Calling c_str() after vfork is prohibited after a successful vfork.
Also the string needs to remain in scope until exec() completed.
2021-12-31 01:39:39 +01:00

2.9 KiB