Skip to content

TestDriver: ignore strcpy call

clang-analyzer has a check for any use of strcpy. This usage is safe because it is allocated above using the length of the string.


Backport: release

Edited by Ben Boeckel

Merge request reports