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 Array Deserialization Panic #837

Merged
merged 8 commits into from
Jun 19, 2024
Merged

Commits on Jun 19, 2024

  1. Fix Array Deserialization Panic

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ee3d528 View commit details
    Browse the repository at this point in the history
  2. Amend CHANGELOG

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    002a0cb View commit details
    Browse the repository at this point in the history
  3. Use ArrayVec instead of unsafe

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2ad2d84 View commit details
    Browse the repository at this point in the history
  4. Unrelated fmt

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fad19c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    443495a View commit details
    Browse the repository at this point in the history
  6. Defensive programming not needed

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5fd19eb View commit details
    Browse the repository at this point in the history
  7. .ok().unwrap()

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    85cfcc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91e1b85 View commit details
    Browse the repository at this point in the history