summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cppu/source/uno/copy.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppu/source/uno/copy.hxx b/cppu/source/uno/copy.hxx
index 55a23c14a5b3..591f437b9551 100644
--- a/cppu/source/uno/copy.hxx
+++ b/cppu/source/uno/copy.hxx
@@ -443,6 +443,7 @@ inline uno_Sequence * icopyConstructSequence(
}
case typelib_TypeClass_SEQUENCE: // sequence of sequence
{
+ // coverity[suspicious_sizeof] - sizeof(uno_Sequence*) is correct here
pDest = allocSeq( sizeof (uno_Sequence *), nElements );
if (pDest != 0)
{