diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-02-23 11:13:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-02-23 14:56:32 +0100 |
commit | d4ec94c90a195a34e19f8a7af48424a14f7cf227 (patch) | |
tree | e52b520527f02c2b250db36c8184eef7c9515460 /tools | |
parent | 1af6ac544894fe9840716b0d4992852c16e73614 (diff) |
cid#1500555 try -taint_source function annotation tag
Change-Id: I237a22968024814d578d387e99ae96b748382e00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130433
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/stream.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index c567aad82d36..43cdf4eae459 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -1851,7 +1851,6 @@ OUString read_uInt16s_ToOUString(SvStream& rStrm, std::size_t nLen) } // take ownership of buffer and return, otherwise return empty string - // coverity[return_tainted_data : SUPPRESS] - we consider the string untainted at this point return pStr ? OUString(pStr, SAL_NO_ACQUIRE) : OUString(); } |