Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix null terminator in Demangle function.
If the demangled name is longer than out_size, the null terminator is missing from the output. This will cause a crash in the DemangleInplace() function (symbolize.cc) when calling strlen on the buffer.
- Loading branch information