tango-controls/cppTango

Fix some sonarcloud complaints

t-b opened this issue · 2 comments

t-b commented

The lists at 1 and 2 show the top issues sonarcloud found. Most of these look really like we should fix them.

t-b commented

And if I understand sonarcloud correctly if we want to go from B to A in security we have to remove strcat and strcpy invocations.

I'm all for that, but these are a couple of more hits.

$git grep -P "(strcpy|strcat)" cppapi cpp_test_suite | wc -l
187