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

Fix bug for missing function declarations #1919

Merged
merged 2 commits into from
Jul 12, 2024

Commits on Jul 12, 2024

  1. [runtime] Fix bug with function declarations being dropped on the floor

    This small change copies function declarations from the "old" module to
    the new module to fix correctness issues. This will never be a problem
    if the old module is well formed. Dropping them on the floor is a bug
    because there may be calls to these functions in the selected kernel,
    and those calls will fail to verify after the declarations are dropped.
    schweitzpgi committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ff118f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76be729 View commit details
    Browse the repository at this point in the history