Thread overview
[Issue 23859] [REG 2.103] Throwing while in a deep callstack causes memory corruption
Apr 25, 2023
Dlang Bot
Apr 25, 2023
Dlang Bot
May 01, 2023
Dlang Bot
April 25, 2023
https://issues.dlang.org/show_bug.cgi?id=23859

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/dmd pull request #15127 "fix issue 23859 - [REG 2.103] Throwing while in a deep callstack causes memory corruption" fixing this issue:

- fix issue 23859 - [REG 2.103] Throwing while in a deep callstack causes memory corruption

  avoid writing beyond the end of the trace buffer

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

--
April 25, 2023
https://issues.dlang.org/show_bug.cgi?id=23859

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 #15127 "fix issue 23859 - [REG 2.103] Throwing while in a deep callstack causes memory corruption" was merged into stable:

- a29d431b9fad6af7b5b1549a023c8599d835523e by Rainer Schuetze:
  fix issue 23859 - [REG 2.103] Throwing while in a deep callstack causes
memory corruption

  avoid writing beyond the end of the trace buffer

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

--
May 01, 2023
https://issues.dlang.org/show_bug.cgi?id=23859

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

- ca016bd979a479c47942c2a472d62dc03bfe21a2 by Rainer Schuetze:
  fix issue 23859 - [REG 2.103] Throwing while in a deep callstack causes
memory corruption (#15127)

  avoid writing beyond the end of the trace buffer

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

--