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

2021-05-04 Thread d-bugmail--- via Digitalmars-d-bugs
with NULL if invoked on closed readEnd of Pipe (segfault) https://github.com/dlang/phobos/pull/8025 --

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

2021-05-01 Thread d-bugmail--- via Digitalmars-d-bugs
--- @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 --