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 build issue on go1.23 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

multippt
Copy link

Starting in go1.23, use of "go:linkname" is deprecated (golang/go#67401), some internal functions could not be referenced unless explicitly whitelisted.

Currently the module references the following internal functions

  • runtime.procPin
  • runtime.procUnpin
  • runtime.gostringnocopy

Currently runtime.gostringnocopy is not whitelisted which may lead to compatibility issues with newer versions of Golang. This changeset aims to substitute this function with an equivalent behavior.

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.

1 participant