Thread overview
[Issue 24337] Segfault when printing an int[] cast from a string literal
Jan 15
RazvanN
Jul 19
Dlang Bot
Jul 22
Dlang Bot
Oct 07
Dlang Bot
January 15
https://issues.dlang.org/show_bug.cgi?id=24337

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|normal                      |critical

--
July 19
https://issues.dlang.org/show_bug.cgi?id=24337

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #16729 "Fix bugzilla 24337 - Segfault when printing an int[] cast from a stri…" fixing this issue:

- Fix bugzilla 24337 - Segfault when printing an int[] cast from a string literal

https://github.com/dlang/dmd/pull/16729

--
July 22
https://issues.dlang.org/show_bug.cgi?id=24337

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/dmd pull request #16729 "Fix bugzilla 24337 - Segfault when printing an int[] cast from a stri…" was merged into stable:

- bb41c7e0e2264d2bcdcc63d6cfc2f089e5f3f1b8 by Dennis Korpel:
  Fix bugzilla 24337 - Segfault when printing an int[] cast from a string

https://github.com/dlang/dmd/pull/16729

--
October 07
https://issues.dlang.org/show_bug.cgi?id=24337

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16967 "Rebase stable6" was merged into master:

- 7e42effe7a5657d4443a7ea00e3509b889fd52b6 by Dennis:
  Fix bugzilla 24337 - Segfault when printing an int[] cast from a string
(#16729)

https://github.com/dlang/dmd/pull/16967

--