May 01, 2021
https://issues.dlang.org/show_bug.cgi?id=21728

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #8025 "Fix Issues 21728, 21729 and 21730 (check for open file, before using trustedFread)" fixing this issue:

- Fix Issue 21728 - rawRead calls fread with NULL if invoked on closed readEnd
of Pipe (segfault)

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

--
May 04, 2021
https://issues.dlang.org/show_bug.cgi?id=21728

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 #8025 "Fix Issues 21728, 21729 and 21730 (check for open file, before using trustedFread)" was merged into stable:

- 5511155cccd931e7e9d334430377dc246a3052bb by berni44:
  Fix Issue 21728 - rawRead calls fread with NULL if invoked on closed readEnd
of Pipe (segfault)

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

--