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(ffi): fix Rust dangling pointer #5230

Merged
merged 5 commits into from
Jun 7, 2023
Merged

Commits on Jun 5, 2023

  1. add failing test

    Chris Olszewski authored and Chris Olszewski committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    7a321b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. avoid dangling pointers on zero length messages

    Chris Olszewski authored and Chris Olszewski committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    69d0736 View commit details
    Browse the repository at this point in the history
  2. add test for go side of handling zero length buffers

    Chris Olszewski authored and Chris Olszewski committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6d0329e View commit details
    Browse the repository at this point in the history
  3. remove platform specific tests

    Chris Olszewski authored and Chris Olszewski committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c57727a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cab4d9 View commit details
    Browse the repository at this point in the history