summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-27 09:27:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-27 13:30:36 +0200
commit1c53f4c0774c3696af9d927651ec625c36567555 (patch)
tree46de03faf3fb8fa269056a945c9e2cd9b3e78238 /shell
parent8165cdad2e128ec5fabb50d3330c41a8b0f021d8 (diff)
cid#1448334 silence Untrusted value as argument
Change-Id: I13f626c29ceeafbca91b06e5efd11b79b0f25a76 Reviewed-on: https://gerrit.libreoffice.org/79679 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index 819f08852575..0fe8d2364441 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -462,6 +462,7 @@ void inflate_rc_template_to_file(
// a particular language that others
// don't have in order to keep the
// build
+ // coverity[tainted_data] - trusted data source
if (is_placeholder(token))
token = make_winrc_unicode_string(token);