Kaydet (Commit) 21526288 authored tarafından Caolán McNamara's avatar Caolán McNamara

see if we can auto-ignore new Sequence false positives as such

Change-Id: I7099dcf15843a80c25c7fb508dd9c0e8df6447e0
üst d0a8fc24
......@@ -431,6 +431,8 @@ static inline bool icopyConstructFromElements(
rtl_uString ** pDestElements = (rtl_uString **) pSeq->elements;
for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos )
{
// https://communities.coverity.com/thread/2993
/* coverity[overrun-buffer-arg] */
::rtl_uString_acquire(
((rtl_uString **)pSourceElements)[nPos] );
pDestElements[nPos] = ((rtl_uString **)pSourceElements)[nPos];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment