vtil-project / VTIL-Core

Virtual-machine Translation Intermediate Language
BSD 3-Clause "New" or "Revised" License
1.31k stars 165 forks source link

Check `status` of `__cxa_demangle` #42

Closed meme closed 3 years ago

meme commented 3 years ago

During testing in RelWithDebInfo I encountered some cases where demangling failed and the status was not checked appropriately, it should just be handled instead.