Shi Yan
Shi Yan
this line cause seg fault on my machine, ```cpp const Normalizer2 *nfkc = Normalizer2::getNFKCInstance(errorCode); ``` https://github.com/kermitt2/pdfalto/blame/9553aba9a3df882d53bb82a2ecdcd9eeb25c7a0d/src/XmlAltoOutputDev.cc#L723C7-L723C7 both the error code and the returned pointer are not handled. in my case,...
**Version/Branch of Dear ImGui:** f1bf642e8f9b2a2ecbe03de10743bd1e504cb3f8 Version: 1.82 WIP Branch: docking **Back-end/Renderer/Compiler/OS** Tried both opengl3 and vulkan/ sdl, gcc-8 ubuntu 18.04 on nvidia / xwindows Back-ends: imgui_impl_sdl.cpp, vulkan / opengl3 Compiler:...