config icon indicating copy to clipboard operation
config copied to clipboard

boost_no_com_value_init.ipp: out of bounds array access

Open Kojoley opened this issue 5 years ago • 0 comments

$ clang++ -I../../.. -fsanitize=undefined config_test.cpp && a
boost_no_com_value_init.ipp:429:11: runtime error: index 4 out of bounds for type 'char const[4]'
boost_no_com_value_init.ipp:443:11: runtime error: index 7 out of bounds for type 'char const[7]'

Kojoley avatar Nov 12 '19 23:11 Kojoley