sfx2/source/appl/flatpak.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9446efdf587a7c37724a0b8f684d670fd8fda157 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Aug 18 10:42:16 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Aug 18 14:29:19 2022 +0200 cid#1500682 silence Untrusted loop bound Change-Id: I44ae78fe7427d2647e3efe2688be8c124c16743c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138475 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/sfx2/source/appl/flatpak.cxx b/sfx2/source/appl/flatpak.cxx index ab210632fed8..2ed2fe2101d8 100644 --- a/sfx2/source/appl/flatpak.cxx +++ b/sfx2/source/appl/flatpak.cxx @@ -43,7 +43,7 @@ bool flatpak::createTemporaryHtmlDirectory(OUString ** url) { assert(url != nullptr); DBG_TESTSOLARMUTEX(); if (!temporaryHtmlDirectoryStatus.created) { - // coverity[tainted_data] - we trust the contents of this variable + // coverity[tainted_return_value] - we trust the contents of this variable auto const env = std::getenv("XDG_CACHE_HOME"); if (env == nullptr) { SAL_WARN("sfx.appl", "LIBO_FLATPAK mode but unset XDG_CACHE_HOME");