vcl/unx/generic/app/saldisp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3378c34287c6f02a8f75cb3a6d301cb27ac188e3
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Jul 26 13:38:38 2021 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to