[Issue 17448] Move semantics cause memory corruption and cryptic bugs

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun May 28 05:01:16 PDT 2017


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

Shachar Shemesh <shachar at weka.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shachar at weka.io

--- Comment #5 from Shachar Shemesh <shachar at weka.io> ---
Also, this can happen without delegates at all. Think about an intrusive linked
list to which we register during construction and unregister during
destruction.

--


More information about the Digitalmars-d-bugs mailing list