summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-06 14:00:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-06 14:48:02 +0000
commit7b0f4dc514d3fb9c79809afcf3fb118f0a7d0b38 (patch)
tree4de5dfd7fa88f6299521b532391db26930c5d847 /libreofficekit
parent7ca34b04c0915cb00345afa1ba7cfc736f82f9a1 (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 'libreofficekit')
-rw-r--r--libreofficekit/qa/tilebench/tilebench.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libreofficekit/qa/tilebench/tilebench.cxx b/libreofficekit/qa/tilebench/tilebench.cxx
index 9e2e550fb291..013f8667ac7d 100644
--- a/libreofficekit/qa/tilebench/tilebench.cxx
+++ b/libreofficekit/qa/tilebench/tilebench.cxx
@@ -58,6 +58,7 @@ int main( int argc, char* argv[] )
}
aTimes.push_back(TimeRecord("initialization"));
+ // coverity[tainted_string] - build time test tool
Office *pOffice = lok_cpp_init(argv[1]);
aTimes.push_back(TimeRecord());