summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-20 20:22:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-21 11:03:48 +0200
commit02826dea6ca842a4df58b77ad9a86394ca729c1f (patch)
treeab519813b9de03d162eccab639d716caf29b045e /vcl
parent9482c42adfab31b176a9f283e6af9d453ced4521 (diff)
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@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/fontsubset/sft.cxx2
1 files changed, 1 insertions, 1 deletions
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);