https://issues.dlang.org/show_bug.cgi?id=15256
anonymous4 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |safe Summary|Data races with arrays |Data races with arrays |allowed with shared |allowed in @safe code --- Comment #4 from anonymous4 <[email protected]> --- If you corrupt memory in @safe code, then @safe fails, I think, this is specified pretty clearly, whether this happens due to sharing is unimportant. If shared should allow data races can be discussed in issue 14932. --
