Thread overview
[Issue 16512] std.allocator: Nullify the argument passed to allocator.dispose
Jul 18, 2017
Vladimir Panteleev
July 18, 2017
https://issues.dlang.org/show_bug.cgi?id=16512

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dmd                         |phobos
           Hardware|x86_64                      |All
            Summary|Nullify the argument passed |std.allocator: Nullify the
                   |to allocator.dispose        |argument passed to
                   |                            |allocator.dispose
                 OS|Linux                       |All

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
I understand this to be a std.allocator enhancement request (not a dmd issue as originally filed), so I've updated the issue accordingly. Please update it if I'm wrong.

--
September 08, 2017
https://issues.dlang.org/show_bug.cgi?id=16512

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

https://github.com/dlang/phobos/commit/63ed59ffc7b2605eeadef009484817e6103c689a fix issue 16512 - Nullify the argument passed to allocator.dispose

https://github.com/dlang/phobos/commit/2b0ae1f2196c072e1b7b63a9e639b1bdda87c386 Merge pull request #5706 from BBasile/issue-16512

fix issue 16512 - Nullify the argument passed to allocator.dispose

--
September 08, 2017
https://issues.dlang.org/show_bug.cgi?id=16512

github-bugzilla@puremagic.com changed:

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

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=16512

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

https://github.com/dlang/phobos/commit/63ed59ffc7b2605eeadef009484817e6103c689a fix issue 16512 - Nullify the argument passed to allocator.dispose

https://github.com/dlang/phobos/commit/2b0ae1f2196c072e1b7b63a9e639b1bdda87c386 Merge pull request #5706 from BBasile/issue-16512

--