https://issues.dlang.org/show_bug.cgi?id=23350
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Dlang Bot <[email protected]> --- 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 --
