|
|
|
|
|
by josephg
1666 days ago
|
|
Yes. Java and C# are unsafe by the same standard. Last I checked, they both allow multiple threads to nonatomically modify a raw variable - which can lead to data races and data corruption. I haven't heard of anyone getting RCE out of this class of bug in C# or java though. |
|
[1] Not just Java, meaning all the many nice JVM languages enjoy this is as well, eg Clojure, Scala etc