https://bugs.documentfoundation.org/show_bug.cgi?id=127272

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #7 from Mike Kaganski <[email protected]> ---
Problem after
https://git.libreoffice.org/core/+/e0d29fb937b0f423f151e0a504bfe326f4d8279e%5E%21/vcl/source/window/builder.cxx
, which made 

> ModuleMap::iterator aI = g_aModuleMap.find("libsfxlo.so");
> pFunction = 
> reinterpret_cast<customMakeWidget>(aI->second->getFunctionSymbol("makeNotebookbarToolBox"));

get executed in *all* platforms, including Windows (!), and dereference the
returned iterator unconditionally (!).

-- 
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

Reply via email to