K 10 svn:author V 3 cem K 8 svn:date V 27 2019-05-22T01:22:33.000290Z K 7 svn:log V 246 pmc: Fix stack std::string lifetime It's invalid to reference a C++ string's c_str() buffer after the object goes out of scope. Adjust the scope of the string to match the use in write(2) to fix the misuse. CID: 1393383 Reported by: Coverity END