|
|
|
|
|
by ams6110
3081 days ago
|
|
Depends on what we mean by crash. If program gives up and exits on receipt of unexpected input, that can be perceived as a "crash" by the user but it's not exploitable. If it's crashing because execution suddenly jumped somewhere it shouldn't be, and the OS killed it, that's more worriesome. |
|