On Fri, May 26, 2017 at 8:48 AM, Iain Buclaw <ibuc...@gdcproject.org> wrote: > > This patch fixes a problem in the D demangler where an abnormally long > mangled floating point literal would cause the program write past the > allocated stack buffer. This should never happen with a valid D > symbol, but we should be able to handle anything thrown at us.
This is OK. Thanks. Ian