Task #133381 - yaml-cpp-0.8.0-5.fc44/scan-results.err

back to task #133381
download
Error: CPPCHECK_WARNING (CWE-562):
yaml-cpp-0.8.0/src/scanner.cpp:311: error[danglingLifetime]: Non-local variable 'm_indents' will use object that points to local variable 'pIndent'.
#  309|   
#  310|     // and then the indent
#  311|->   m_indents.push(&indent);
#  312|     m_indentRefs.push_back(std::move(pIndent));
#  313|     return &m_indentRefs.back();