Skip to content

Replace most occurences of strcmp with strncmp.

Damien Lacoste requested to merge replace_strcmp_with_strncmp into 9.3-backports

Not all are replaced, the few that are left compare char* where the size is not directly known.

fix #1233 (closed)

Merge request reports