[Issue 15645] Tuple.slice() causes memory corruption.

2018-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15645

Seb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||greensunn...@gmail.com
 Resolution|--- |FIXED

--- Comment #6 from Seb  ---
This was fixed by https://github.com/dlang/phobos/pull/5342 (or well at least
this PR prevents the unsafe usage).

--


[Issue 15645] Tuple.slice() causes memory corruption.

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15645

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/e63c620433f51da97a45e5400ca0a71202d7b129
issue 15645 - Prevent unsafe usage of Tuple.slice

https://github.com/dlang/phobos/commit/a45dc664a94cdfa7931b55b111d03ecf9afb83fa
Merge pull request #5342 from tsbockman/issue_15645

--


[Issue 15645] Tuple.slice() causes memory corruption.

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15645

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

https://github.com/dlang/phobos/commit/e63c620433f51da97a45e5400ca0a71202d7b129
issue 15645 - Prevent unsafe usage of Tuple.slice

https://github.com/dlang/phobos/commit/a45dc664a94cdfa7931b55b111d03ecf9afb83fa
Merge pull request #5342 from tsbockman/issue_15645

--


[Issue 15645] Tuple.slice() causes memory corruption.

2016-02-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15645

thomas.bock...@gmail.com changed:

   What|Removed |Added

 CC||thomas.bock...@gmail.com

--- Comment #1 from thomas.bock...@gmail.com ---
Proposed fix: https://github.com/D-Programming-Language/phobos/pull/3973

Please review it and let me know if you think this is a good approach.

--


[Issue 15645] Tuple.slice() causes memory corruption.

2016-02-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15645

--- Comment #2 from Saurabh Das  ---
Alternative fix: https://github.com/D-Programming-Language/phobos/pull/3975

This fixes the issue without changing the layout of the tuple. Please review
and consider whether the changed function signature is okay.

PS: This is my first pull request on Dlang, so do let me know if I've broken
any guidelines/processes :)

--


[Issue 15645] Tuple.slice() causes memory corruption.

2016-02-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15645

Saurabh Das  changed:

   What|Removed |Added

 CC||saurabh@gmail.com

--