Skip to content

Fix wrong usage+compiler warning for strncpy

Tammo Jan Dijkema requested to merge strncpy-issue into master

Created by: aroffringa

strncpy might copy a string unterminated, so requires explicit handling of that case.

Merge request reports