Comment by pclmulqdq
14 days ago
This is a bug in Java. Java is considered "memory safe" because of its GC and its VM. This is not a memory safety bug.
14 days ago
This is a bug in Java. Java is considered "memory safe" because of its GC and its VM. This is not a memory safety bug.
It's true. No memory is being used in contravention of the language semantics. Absolutely memory safe.