Re: fix demangler crash - gdb PR 14065
OK. Jason
fix demangler crash - gdb PR 14065
GDB PR 14065 has an executable which causes gdb to crash. It crashes trying to demangle a certain symbol (see the included test case). The standalone demangler doesn't crash here, but you can still see the failure with valgrind. I'm not sure this is the proper fix, but it seemed correct, and it