November 14
https://issues.dlang.org/show_bug.cgi?id=24860

          Issue ID: 24860
           Summary: array appending can create stale memory references
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody@puremagic.com
          Reporter: schveiguy@gmail.com

Please see issue 24856.

The array append code has the exact same issue. But I made a separate issue for it, because it's in a different component (druntime vs. phobos).

--