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(gnovm): Fix panic when calling len()/cap() on pointer array #2709

Merged
merged 9 commits into from
Sep 13, 2024

Commits on Aug 19, 2024

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

    notJoon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a089650 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. handle nil array pointer

    notJoon committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    96a512c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. update test

    notJoon committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    af73641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc3891 View commit details
    Browse the repository at this point in the history
  3. move tests; add some more

    thehowl committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    caff9df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c1d618 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c95a7d View commit details
    Browse the repository at this point in the history
  6. fixup

    thehowl committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    044054d View commit details
    Browse the repository at this point in the history