diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-11 21:08:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-12 09:36:29 +0100 |
commit | 9871789e0f9256ac27ea7bc4590ba910d6e4c373 (patch) | |
tree | 0c1e77f279b2788b7d6ce6a09ee4f8b2d0bbd3fd /testtools | |
parent | 0bd7dcf09d1801b03367ecbfd388c5940081d483 (diff) |
coverity: annotate with markup so they will stay silenced
Change-Id: I8ac0ae4cd64d8171eebd98d89d1fe954280987b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125072
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/bridgetest/bridgetest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index 5860708695d2..7c646b59a257 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -774,6 +774,7 @@ static bool performTest( for (int j = 0; j != 3; ++j) { Sequence< sal_Int32 > _arSeqLong[3]; for (int i = 0; i != 3; ++i) { + // coverity[overrun-buffer-arg : FALSE] - coverity has difficulty with css::uno::Sequence _arSeqLong[i] = Sequence< sal_Int32 >(_arLong, 3); } _arSeqLong2[j] = Sequence< Sequence< sal_Int32 > >( |