Task #133059 - yaml-cpp-0.8.0-6.fc45/scan-results.err
back to task #133059download
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();