|
|
|
|
|
by HideousKojima
1254 days ago
|
|
Sure, but a logic error is a fundamentally different class of error compared to a memory error. The potential harm of a logic error is limited in scope to what the program was written to be able to do. A memory error can lead to arbitrary code execution. |
|