Thread overview
[Issue 14407] No protection and attributes check for class/struct allocator in NewExp
Apr 05, 2015
Kenji Hara
April 05, 2015
https://issues.dlang.org/show_bug.cgi?id=14407

Kenji Hara <k.hara.pg@gmail.com> changed:

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

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4555

--
April 18, 2015
https://issues.dlang.org/show_bug.cgi?id=14407

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c8481e5ade15af91d39fc3cdf0cf1a6270b2403f
fix Issue 14407 - No protection and attributes check for class/struct allocator
in NewExp

https://github.com/D-Programming-Language/dmd/commit/ca346f2511a24e3ebfb1b5e7088fd3d616709bbc Merge pull request #4555 from 9rnsr/fix14407

Issue 14407 - No protection and attributes check for class/struct allocator in NewExp

--
April 18, 2015
https://issues.dlang.org/show_bug.cgi?id=14407

github-bugzilla@puremagic.com changed:

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

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14407

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c8481e5ade15af91d39fc3cdf0cf1a6270b2403f
fix Issue 14407 - No protection and attributes check for class/struct allocator
in NewExp

https://github.com/D-Programming-Language/dmd/commit/ca346f2511a24e3ebfb1b5e7088fd3d616709bbc Merge pull request #4555 from 9rnsr/fix14407

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

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/f137b31edae2200cc30014eaee386ad0ac93910f
Supplemental fix for issue 14407 - Add missing nothrow check for allocator in
NewExp

--