yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

fix UB in table_t::print_default #116

Closed yatancuyu closed 4 months ago

yatancuyu commented 4 months ago

row.resize(columns_order.size()); may lead to UB when YANET_FORMAT_COLUMNS is enabled, because it may delete std::string printed further.