September 14, 2019
https://issues.dlang.org/show_bug.cgi?id=20214

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/druntime pull request #2798 "fix Issue 20214 - GC: realloc can result in false pointers if address…" fixing this issue:

- fix Issue 20214 - GC: realloc can result in false pointers if address doesn't change

  clear additional memory also when shrinking or extending in place

https://github.com/dlang/druntime/pull/2798

--
September 16, 2019
https://issues.dlang.org/show_bug.cgi?id=20214

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2798 "fix Issue 20214 - GC: realloc can result in false pointers if address…" was merged into master:

- 3223f9846701031f2945df702df453501aeb5a13 by Rainer Schuetze:
  fix Issue 20214 - GC: realloc can result in false pointers if address doesn't
change

  clear additional memory also when shrinking or extending in place

https://github.com/dlang/druntime/pull/2798

--