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

Don't check for null in call_indirect and call_ref #8159

Merged

Commits on Mar 18, 2024

  1. Don't explicitly check for null function pointers

    This commit uses the support from bytecodealliance#8162 to skip null function pointer
    checks when performing an indirect call. Instead of an explicit check
    the segfault from accessing the null function pointer is caught and
    annotated with the appropriate trap.
    
    Closes bytecodealliance#5291
    alexcrichton committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8799f01 View commit details
    Browse the repository at this point in the history