-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
gotls:get ret_len by register in go >1.17 #623
Conversation
Signed-off-by: Kunhai Dai <[email protected]>
Could you provide some information on the changes in register passing parameters for Go version 1.7? |
|
感谢回复。 不过,我没有找到关于 Thank you for your response. However, I couldn't find any description regarding the change in the order of parameters within the 'return value' register. Could you provide a relevant description? |
Oh, I apologize. The specific ABI specification can be found in this document: https://go.googlesource.com/go/+/refs/heads/dev.regabi/src/cmd/compile/internal-abi.md |
Sorry, I’ve been a little busy recently. I‘ll review it later. |
The implementation here indeed has issues; it should utilize the encapsulated function I plan to release a new version soon, and I guess you should be on vacation. So I will submit a new PR, thank you for your feedback. |
…tion in the Golang TLS module. improve #623 Signed-off-by: CFC4N <[email protected]>
…n the Golang TLS module. (#646) * kern: fix the issue with retrieving the return value of the Read function in the Golang TLS module. improve #623 * kern: format code by new clang-format style. * makefile: fix Recursive variable 'KERN_HEADERS' references itself (eventually). Signed-off-by: CFC4N <[email protected]> --------- Signed-off-by: CFC4N <[email protected]>
The new PR #646 has been merged. Thanks. |
修复了gotls获取到的ret_len不正确问题
fix: #618