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(aarch64): bug when unmarshal into non-nil interface #759

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Conversation

liuq19
Copy link
Collaborator

@liuq19 liuq19 commented Feb 27, 2025

What type of PR is this?

fix

Check the PR title.

  • This PR title match the format: <type>(optional scope): <description>
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. User docs repo

(Optional) Translate the PR title into Chinese.

修复aarch64 下 Unmarshal 到非空 interface 时的bug

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en:
zh(optional):

(Optional) Which issue(s) this PR fixes:

Fixes #758

(optional) The PR that updates user documentation:

@liuq19 liuq19 merged commit a6f8114 into main Feb 27, 2025
41 checks passed
@liuq19 liuq19 deleted the fix/iface branch February 27, 2025 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug when unmarshalling intoa pointer to a refilled interface slice on arm64
2 participants