Skip to content

cppcheck defect in HistoExtractor/src/main.cxx

Shaun Roe requested to merge sroe-master-patch-10572 into master

[minor] solve cppcheck defect: buffer overrun due to forgetting to count \0 terminator on c string. Also use snprintf for additional safety.

Merge request reports