svx/source/tbxctrls/tbcontrl.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 1f4d48ce5723f96c5c5969ae8d7cd3a1bf9c3594 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Aug 31 12:08:20 2022 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Wed Aug 31 15:16:05 2022 +0200
cid#1500540 Dereference before null check Change-Id: Id12ee298c5b3a1cafcb79afeb07d8cc679b947f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139097 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index a97bc0b12d31..e01f91ffd834 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -2649,6 +2649,7 @@ IMPL_LINK_NOARG(SvxFrameWindow_Impl, SelectHdl, ValueSet*, void) mxControl->dispatchCommand( ".uno:SetBorderStyle", aArgs ); } + // coverity[ reverse_inull : FALSE] if (mxFrameSet) { /* #i33380# Moved the following line above the Dispatch() call.