|
|
|
|
|
by chlorion
465 days ago
|
|
The difference is that leaking is not UB, the worst case is an OOM situation, which at worst causes a crash, not a security exploit. Crashing is also considered to be safe in rust, panicking is common for example when something bad happens. |
|
I admit a better example is race conditions.