Thread overview
[Issue 22779] druntime: Calling __delete with null pointer-to-struct segfaults
Feb 16, 2022
Dlang Bot
Feb 16, 2022
Dlang Bot
Mar 01, 2022
Dlang Bot
February 16, 2022
https://issues.dlang.org/show_bug.cgi?id=22779

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/druntime pull request #3745 "Issue 22779 - druntime: Calling __delete with null pointer-to-struct segfaults" mentioning this issue:

- Issue 22779 - druntime: Calling __delete with null pointer-to-struct segfaults

https://github.com/dlang/druntime/pull/3745

--
February 16, 2022
https://issues.dlang.org/show_bug.cgi?id=22779

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/druntime pull request #3745 "fix Issue 22779 - druntime: Calling __delete with null pointer-to-struct segfaults" was merged into stable:

- ed0e0dbf706dd0b9aaab6b47ad9fe61b48524cc0 by Iain Buclaw:
  fix Issue 22779 - druntime: Calling __delete with null pointer-to-struct
segfaults

https://github.com/dlang/druntime/pull/3745

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

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

- cc1f52689f4091cb3eb608659b71c0d9a51415ff by Iain Buclaw:
  fix Issue 22779 - druntime: Calling __delete with null pointer-to-struct
segfaults

https://github.com/dlang/druntime/pull/3764

--