[Libreoffice-commits] core.git: shell/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 27 11:32:00 UTC 2019


 shell/source/tools/lngconvex/lngconvex.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1c53f4c0774c3696af9d927651ec625c36567555
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Sep 27 09:27:01 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Sep 27 13:30:36 2019 +0200

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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);
 


More information about the Libreoffice-commits mailing list