|
|
|
|
|
by orra
1128 days ago
|
|
Memory leaks are annoying and, yes, you can get them in memory safe languages. But they are way less severe than memory corruption. Memory unsafe languages are liable to undefined behaviour, which is actively dangerous, both in theory and practice. |
|