Really in need of help with std.container.array.d

thedeemon via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 20 23:13:52 PDT 2014


On Tuesday, 21 October 2014 at 04:22:37 UTC, thedeemon wrote:
> Speaking of this module, since I cannot currently login to 
> bugtracker, I'd like to note here that there are two major bugs 
> in one little function: Array.Payload.length setter. One is this
> https://issues.dlang.org/show_bug.cgi?id=13619
>
> and the other is reallocating without notifying GC of the 
> pointers, which leads to having dangling pointers in the array 
> after a GC cycle.

Submitted the second one here:
https://issues.dlang.org/show_bug.cgi?id=13642


More information about the Digitalmars-d-learn mailing list