diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-06 14:00:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-06 14:48:02 +0000 |
commit | 7b0f4dc514d3fb9c79809afcf3fb118f0a7d0b38 (patch) | |
tree | 4de5dfd7fa88f6299521b532391db26930c5d847 /smoketest | |
parent | 7ca34b04c0915cb00345afa1ba7cfc736f82f9a1 (diff) |
coverity#1000834 Use of untrusted string value
and
coverity#706196 Use of untrusted string value
coverity#1244947 Use of untrusted string value
Change-Id: I5083aba2eff9e852a24513db431585922302b279
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/libtest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/libtest.cxx b/smoketest/libtest.cxx index 91bbcaea096e..14df8825dc70 100644 --- a/smoketest/libtest.cxx +++ b/smoketest/libtest.cxx @@ -48,6 +48,7 @@ int main (int argc, char **argv) return 1; } + // coverity[tainted_string] - build time test tool Office *pOffice = lok_cpp_init( argv[1] ); if( !pOffice ) { |