[Issue 5995] string append negative integer causes segfault

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Nov 22 08:16:08 PST 2016


https://issues.dlang.org/show_bug.cgi?id=5995

--- Comment #16 from Andrei Alexandrescu <andrei at erdani.com> ---
This bug has a simple fix - throw a runtime exception (e.g. by onUnicodeError)
instead of assert(0). We shouldn't change language rules on account of this.
Thanks!

--


More information about the Digitalmars-d-bugs mailing list