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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 21 09:04:34 UTC 2020


 vcl/source/fontsubset/sft.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02826dea6ca842a4df58b77ad9a86394ca729c1f
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Aug 20 20:22:16 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Aug 21 11:03:48 2020 +0200

    cid#1466207 doc as false rather than intentional
    
    Change-Id: I3541fe1278f40e7b597ea1c46afd32987f84e40a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101090
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index 3f7d96945873..30a6e37d1745 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -411,7 +411,7 @@ static int GetSimpleTTOutline(AbstractTrueTypeFont const *ttf, sal_uInt32 glyphI
         pa[i++].flags = static_cast<sal_uInt32>(flag);
         if (flag & 8) {                                     /*- repeat flag */
             n = *p++;
-            // coverity[tainted_data] - i > lastPoint extra checks the n loop bound
+            // coverity[tainted_data : FALSE] - i > lastPoint extra checks the n loop bound
             for (j=0; j<n; j++) {
                 if (i > lastPoint) {                        /*- if the font is really broken */
                     free(pa);


More information about the Libreoffice-commits mailing list