Skip to content

gcc warns on strncpy that is short of the term char

Ken Martin requested to merge ken-martin/vtk:address_gcc_strncpy_warnings into master

This topic adress those warnings by either extending the strncpy when appropriate or switching to memcpy when the code is more complex and the /0 is added at the end.

Merge request reports