[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 26 17:28:49 UTC 2021
vcl/unx/generic/app/saldisp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3378c34287c6f02a8f75cb3a6d301cb27ac188e3
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jul 26 13:38:38 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jul 26 19:28:07 2021 +0200
cid#1489523 silence bogus Out-of-bounds access
drop comment referring to no longer used return value
Change-Id: I3eca1294edc09fc626a8d62ff031547c2a1a5a72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119502
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx
index f7135eeada0a..33259eb2da49 100644
--- a/vcl/unx/generic/app/saldisp.cxx
+++ b/vcl/unx/generic/app/saldisp.cxx
@@ -1895,7 +1895,7 @@ void SalX11Display::Yield()
XNextEvent( pDisp_, &aEvent );
- // FIXME: under-convinced by Dispatch boolean return value vs. salframe.
+ // coverity[overrun-buffer-val : FALSE] - coverity has problems with uno::Sequence
Dispatch( &aEvent );
#ifdef DBG_UTIL
More information about the Libreoffice-commits
mailing list