Skip to content

Remove use of strnlen.

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:fix_strnlen into master

It has issue on certain old MinGW dashboards. Replacing by strlen() instead, which is safe for our use-case.

Merge request reports

Loading