Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit error when compiling undefined function pointer. Fixes #880. #1212

Closed
wants to merge 1 commit into from
Closed

Emit error when compiling undefined function pointer. Fixes #880. #1212

wants to merge 1 commit into from

Conversation

wilsonk
Copy link
Contributor

@wilsonk wilsonk commented Jul 10, 2018

Not completely sure if this fixes #880 properly, but this is an attempt.

@andrewrk andrewrk closed this in 28f9230 Jul 10, 2018
@andrewrk
Copy link
Member

Thanks for the PR. I did it a different way because it turns out we already had an error message for this, and we just needed to detect the null and return the poison value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault when compiling undefined function pointer
2 participants