[Issue 23350] Nondeterministic test failure in std.concurrency

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 20 22:57:06 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23350

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

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

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #8579 "Fix Issue 23350 - Nondeterministic test
failure in std.concurrency" was merged into master:

- 50b01938644da671badbddf95a20ad9d3214935e by Paul Backus:
  Fix Issue 23350 - Nondeterministic test failure in std.concurrency

  Previously, a TOCTOU bug in threadInfo could result in a null
  dereference if 'scheduler' was changed to null between the evaluation of
  the 'if' condition and the call to scheduler.threadInfo.

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

--


More information about the Digitalmars-d-bugs mailing list