Open dlangBugzillaToGithub opened 8 years ago
Currently, stdout.writeln("a") should be unsafe.
This is another example of the root cause of both https://issues.dlang.org/show_bug.cgi?id=15768 and https://issues.dlang.org/show_bug.cgi?id=13727
The root cause being that large parts of std.stdio are not, in reality, memory safe and are still marked as @trusted.
andrei (andralex) reported this on 2016-09-24T16:09:09Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=16535
CC List
Description