alexcrichton opened PR #6634 from alexcrichton:fix-aarch64-authenticate-ret-pop-bytes
to bytecodealliance:main
:
This commit fixes an accidental issue with #6478 where when pointer authentication was enabled and stack bytes are being popped during a return this didn't work. In this situation an authenticated return instruction was used, such as
retab
, and no extra stack bytes were popped. The fix here is to use the non-retab
path which handles stack bytes being popped if there are stack bytes to pop.Closes #6567
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested elliottt for a review on PR #6634.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6634.
alexcrichton updated PR #6634.
elliottt submitted PR review:
Nice!
alexcrichton merged PR #6634.
Last updated: Nov 22 2024 at 17:03 UTC