zwoop opened a new issue, #10014: URL: https://github.com/apache/trafficserver/issues/10014
``` *** CID 1513230: Control flow issues (UNREACHABLE) /src/traffic_ctl/[FileConfigCommand.cc](http://fileconfigcommand.cc/): 177 in FlatYAMLAccessor::find_or_create_node(swoc::_1_5_1::TextView, bool)() 171 _docs.emplace_back(YAML::NodeType::Map); 172 } 173 // Use the last doc. 174 return search_node(variable, _docs.back(), CREATE_IF_NOT_EXIST).second; 175 } 176 CID 1513230: Control flow issues (UNREACHABLE) This code cannot be reached: "return YAML::Node();". 177 return {}; 178 } 179 180 std::pair<bool, YAML::Node> 181 FlatYAMLAccessor::find_node(swoc::TextView variable) 182 { ** CID 1513229: (UNCAUGHT_EXCEPT) /src/tscpp/util/[ts_unit_parser.cc](http://ts_unit_parser.cc/): 34 in ts::UnitParser::operator ()(const swoc::_1_5_1::TextView &) const() /src/tscpp/util/[ts_unit_parser.cc](http://ts_unit_parser.cc/): 34 in ts::UnitParser::operator ()(const swoc::_1_5_1::TextView &) const() /src/tscpp/util/[ts_unit_parser.cc](http://ts_unit_parser.cc/): 34 in ts::UnitParser::operator ()(const swoc::_1_5_1::TextView &) const() /src/tscpp/util/[ts_unit_parser.cc](http://ts_unit_parser.cc/): 34 in ts::UnitParser::operator ()(const swoc::_1_5_1::TextView &) const() ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
