Thread overview
[Issue 16046] ScopedAllocator does not set prev, causing segfaults
August 22, 2016
https://issues.dlang.org/show_bug.cgi?id=16046

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei@erdani.com

--- Comment #1 from Andrei Alexandrescu <andrei@erdani.com> ---
https://github.com/dlang/phobos/pull/4702

https://github.com/dlang/phobos/pull/4742

--
August 24, 2016
https://issues.dlang.org/show_bug.cgi?id=16046

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/54a5e49b2a95a51f473f1c0f72fb3d5dca498fc9 Fix issue 16046 - ScopedAllocator does not set prev, causing segfaults

https://github.com/dlang/phobos/commit/7ab18cd5ecbee121df6223747884a63252978304 Merge pull request #4742 from andralex/16046

Fix issue 16046 - ScopedAllocator does not set prev, causing segfaults

--
October 01, 2016
https://issues.dlang.org/show_bug.cgi?id=16046

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/54a5e49b2a95a51f473f1c0f72fb3d5dca498fc9 Fix issue 16046 - ScopedAllocator does not set prev, causing segfaults

https://github.com/dlang/phobos/commit/7ab18cd5ecbee121df6223747884a63252978304 Merge pull request #4742 from andralex/16046

--