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

Harden dyn.Value equality check #1173

Merged
merged 2 commits into from
Feb 5, 2024
Merged

Harden dyn.Value equality check #1173

merged 2 commits into from
Feb 5, 2024

Commits on Feb 5, 2024

  1. Fix dyn.Value equality check

    This function could panic when either side of the comparison is a nil or empty
    slice. This logic is triggered when comparing the input value to the output
    value when calling `dyn.Map`.
    pietern committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e6d56c6 View commit details
    Browse the repository at this point in the history
  2. Move comment

    pietern committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4e7f953 View commit details
    Browse the repository at this point in the history