Thread overview
[Issue 21256] The toString() in Appender will crash the app
Nov 11, 2020
Dlang Bot
[Issue 21256] Segfault with Appender!string.init.toString()
Nov 12, 2020
Nicholas Wilson
Nov 17, 2020
Dlang Bot
Nov 22, 2020
Dlang Bot
November 11, 2020
https://issues.dlang.org/show_bug.cgi?id=21256

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@e10s created dlang/phobos pull request #7691 "Fix Issue 21256 - The toString() in Appender will crash the app" fixing this issue:

- Fix Issue 21256 - The toString() in Appender will crash the app

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

--
November 12, 2020
https://issues.dlang.org/show_bug.cgi?id=21256

Nicholas Wilson <iamthewilsonator@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamthewilsonator@hotmail.co
                   |                            |m
            Summary|The toString() in Appender  |Segfault with
                   |will crash the app          |Appender!string.init.toStri
                   |                            |ng()

--
November 17, 2020
https://issues.dlang.org/show_bug.cgi?id=21256

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7691 "Fix Issue 21256 - Segfault with Appender!string.init.toString()" was merged into stable:

- 96e7f8e85aa92db5aa45973fcaa031f250375aaa by Kazuya Takahashi:
  Fix Issue 21256 - Segfault with Appender!string.init.toString()

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

--
November 22, 2020
https://issues.dlang.org/show_bug.cgi?id=21256

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7703 "merge stable" was merged into master:

- f3c8d75a9ee5facf2d2f02b399c69843695f24c4 by Kazuya Takahashi:
  Fix Issue 21256 - Segfault with Appender!string.init.toString()

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

--