'scope' finds stack corruption bug in druntime
Steven Schveighoffer via Digitalmars-d
digitalmars-d at puremagic.com
Tue Apr 4 02:22:10 PDT 2017
On Tuesday, 4 April 2017 at 08:32:33 UTC, Walter Bright wrote:
> https://github.com/dlang/druntime/pull/1799
>
> In complex code, it is impractical to check for this stuff
> manually. I'm happy that 'scope' is proving its worth.
Not a bug. Exception is allocated in the outer function and is
always caught in the outer function. How can it escape?
-Steve
More information about the Digitalmars-d
mailing list