Thread overview
[Issue 17842] [scope] array append allows for escaping references
Sep 20, 2017
Walter Bright
Oct 23, 2017
Walter Bright
September 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17842

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/7236

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

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

https://github.com/dlang/dmd/commit/a3859d9529f2505e2736e37c0ee0d8123080c90a fix Issue 17842 - [scope] array append allows for escaping references

https://github.com/dlang/dmd/commit/7815bdab2df7569edfc27721fde99e82f7d0fe91 Merge pull request #7236 from WalterBright/fix17842

fix Issue 17842 - [scope] array append allows for escaping references

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17842

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

https://github.com/dlang/dmd/commit/a3859d9529f2505e2736e37c0ee0d8123080c90a fix Issue 17842 - [scope] array append allows for escaping references

https://github.com/dlang/dmd/commit/7815bdab2df7569edfc27721fde99e82f7d0fe91 Merge pull request #7236 from WalterBright/fix17842

--