Compiler null dereference on invalid implicit conversion between incompatible checked pointer types #1115
Labels
bug
This labels issues that are bugs.
priority:3
This labels bugs that are not very critical but still need to be addressed.
Another low-priority issue for the record. Compiling the following code:
crashes the compiler as follows:
I think the proper fix is probably just to add the missing null check. But I don't want to spend the time right now to submit this as a PR and fulfill the related responsibilities (testing, etc.), and even if I did, I don't know if you'd want to spend the time to review the PR now. So I'll just file an issue.
The text was updated successfully, but these errors were encountered: