https://bugs.documentfoundation.org/show_bug.cgi?id=120703
--- Comment #58 from Mike Kaganski <[email protected]> ---
Repeated FPs:
> if (cond)
> {
> grab_mutex();
> if (cond)
> {
> ...
> }
> }
> var = true;
> aProcTakingVarByRef(var);
> if (var)
> ...
A strange FP in salframe.cxx:4962:
> LONG nTextLen = ImmGetCompositionStringW(...)
> if ( nTextLen >= 0 )
> ...
See the "This function returns one of the following negative error codes if it
does not succeed:" part at
https://docs.microsoft.com/en-us/windows/desktop/api/imm/nf-imm-immgetcompositionstringw.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs