Thread overview
[Issue 23057] importC: dmd segfault on invalid syntax
Apr 29, 2022
Walter Bright
May 01, 2022
Walter Bright
May 01, 2022
Dlang Bot
May 02, 2022
Dlang Bot
May 05, 2022
Dlang Bot
April 29, 2022
https://issues.dlang.org/show_bug.cgi?id=23057

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
I think this was taken care of in the stable branch.

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

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
(In reply to Walter Bright from comment #1)
> I think this was taken care of in the stable branch.

Oh well, it wasn't.

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

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14049 "fix Issue 23057 - importC: dmd segfault on invalid syntax" fixing this issue:

- fix Issue 23057 - importC: dmd segfault on invalid syntax

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

--
May 02, 2022
https://issues.dlang.org/show_bug.cgi?id=23057

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14049 "fix Issue 23057 - importC: dmd segfault on invalid syntax" was merged into stable:

- 76fa00ea10c1809a072504aeec9bf5676bd78aa0 by Walter Bright:
  fix Issue 23057 - importC: dmd segfault on invalid syntax

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

--
May 05, 2022
https://issues.dlang.org/show_bug.cgi?id=23057

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

- 6a0ad49d393eb9ff42fe7b8b0e3ef9bd5264cb55 by Walter Bright:
  fix Issue 23057 - importC: dmd segfault on invalid syntax (#14049)

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

--