[Libreoffice-commits] core.git: libreofficekit/qa
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 4 17:01:26 UTC 2020
libreofficekit/qa/tilebench/tilebench.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6fe5d7dfb27d5c282dc5bb59caa530ff47ab706b
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Nov 4 09:15:08 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Nov 4 18:00:42 2020 +0100
silence qa test coverity warning
Change-Id: Ic25815921360bb5899bf5d452ce77dd9b99fee03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105281
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/libreofficekit/qa/tilebench/tilebench.cxx b/libreofficekit/qa/tilebench/tilebench.cxx
index 978b7aa5eaa0..6b6dcf4056a4 100644
--- a/libreofficekit/qa/tilebench/tilebench.cxx
+++ b/libreofficekit/qa/tilebench/tilebench.cxx
@@ -630,6 +630,7 @@ int main( int argc, char* argv[] )
int max_tiles = (argc > arg ? atoi(argv[arg++]) : -1);
const bool dump = true;
+ // coverity[tainted_data] - we trust the contents of this variable
testTile (pDocument.get(), max_parts, max_tiles, dump);
}
else if (!strcmp(mode, "--join"))
More information about the Libreoffice-commits
mailing list