Thread overview
[Issue 20799] schwartzSort does not pin transformation results with indirections, leading to memory corruption
May 06, 2020
Dlang Bot
May 06, 2020
Dlang Bot
May 09, 2020
Dlang Bot
May 06, 2020
https://issues.dlang.org/show_bug.cgi?id=20799

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@CyberShadow created dlang/phobos pull request #7470 "Fix Issue 20799 - schwartzSort does not pin transformation results wi…" fixing this issue:

- Fix Issue 20799 - schwartzSort does not pin transformation results with indirections, leading to memory corruption

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

--
May 06, 2020
https://issues.dlang.org/show_bug.cgi?id=20799

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@CyberShadow created dlang/phobos pull request #7471 "Fix Issue 20799 - schwartzSort does not pin transformation results wi…" fixing this issue:

- Fix Issue 20799 - schwartzSort does not pin transformation results with indirections, leading to memory corruption

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

--
May 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20799

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7471 "Fix Issue 20799 - schwartzSort does not pin transformation results wi…" was merged into stable:

- 793a78c588647a3e987d8585470519d0f63983dc by Vladimir Panteleev:
  Fix Issue 20799 - schwartzSort does not pin transformation results with
indirections, leading to memory corruption

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

--