std.regex memory corruption bug

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Thu Nov 17 05:36:23 PST 2016


On 11/17/16 2:22 AM, H. S. Teoh via Digitalmars-d wrote:
> I'm running into a std.regex memory corruption bug in git HEAD:
>
> 	https://issues.dlang.org/show_bug.cgi?id=16698
>
> and I can't seem to find a way to work around the problem besides
> recompiling with an older compiler.  Any ideas??
>

It might be an interplay with compiler bug, as for workaround - changing 
Date[2] to Date[] seems to solve the issue.

Would be useful to dustmite this.
>
> T
>



More information about the Digitalmars-d mailing list