Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When run_first_pass_line / run_first_pass_line_sec changes the ptr to NULL, run_first_pass does not check for this and attempts to dereference the NULL ptr, causing a crash. Adding a NULL check and breaking out of the loops fixes this! Fixes one of the fuzzed lines in #43.
- Loading branch information