What best describes the application behavior in the situation where a pointer returns null to avoid the condition, as this may allow threat actors to run arbitrary code?
1) The application terminates abruptly
2) The application displays an error message and continues execution
3) The application ignores the null pointer and continues execution
4) The application crashes and restarts

Q&A Education