|
|
|
|
|
by slaymaker1907
1983 days ago
|
|
That is not true about C#, it has an unsafe keyword for using raw pointers. Also, the Unsafe class in Java does a bunch of unsafe stuff as well not to mention that Java can call out to C code as well. A garbage collector won't help you avoid a very common memory leak of having an unbounded cache. |
|
You can configure the compiler, runtimes or web servers to refuse to load tainted unsafe binaries.