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 ICE due to mishandling of Aggregate rvalue for raw pointers to str #3448

Merged
merged 4 commits into from
Aug 23, 2024

Commits on Aug 17, 2024

  1. Fix aggregate handling for raw pointer to str

    We were handling aggregate of string as we handle thin slices due to a
    missing match arm. Added the new handling.
    celinval committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    409f4a9 View commit details
    Browse the repository at this point in the history
  2. Add tests

    celinval committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e2f73b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    9fbc4e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    0482314 View commit details
    Browse the repository at this point in the history