|
|
|
|
|
by AdrienLemaire
1315 days ago
|
|
I was searching for this answer too... From wiki:
> Memory safety is the state of being protected from various software bugs and security vulnerabilities when dealing with memory access, such as buffer overflows and dangling pointers Dart has isolates, so I thought it was memory-safe.
But searching for buffer overflow or dangling pointer on dart's github repo returns results, so I'm still left wondering. |
|