Skip to content
Snippets Groups Projects
Commit c8634c7a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

SAFECOPY (now using strlcpy) requires the source is terminated

... so use strncpy() and TERMINATE() here (instead of SAFECOPY) to resolve
newly reported Coverity issues.

There may be other places where we're using SAFECOPY() with an unterminated
source string that would've been fine before we switched SAFECOPY from using
strncpy to strlcpy. So we should reconsider that change.
parent 4c7a908f
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6271 failed
Status
Pipeline
Created by
Stages
Actions
Failed

00:03:32

avatar
Download artifacts

No artifacts found