vcl/source/fontsubset/sft.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 02826dea6ca842a4df58b77ad9a86394ca729c1f Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Aug 20 20:22:16 2020 +0100 Commit: Caolán McNamara <caol...@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 <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits