Skip to content
Snippets Groups Projects
Commit 78f4a95e authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Compiler: Fixed potential NULL-deref in type checker.

debug_low_index_type() accepts a NULL node argument, but
low_check_indexing() assumed it to be a valid pointer.
It doesn't look like debug_low_index_type() is ever called
with a NULL node argument, but...

Also adds a few fall through markers.
parent 5f9d90f6
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment