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

Scripting: backport of pcall fault fix for 4.3.x #27186

Merged
merged 1 commit into from
May 29, 2024

Conversation

tridge
Copy link
Contributor

@tridge tridge commented May 29, 2024

backport of this critical PR:
#27056

the register save must happen before the setjmp() call, which means
outside of the LUAI_TRY() macro. We also should be saving all 32
floating point registers
@tridge tridge force-pushed the pr-scripting-fault-fix-4.3 branch from d396f27 to 65f8309 Compare May 29, 2024 00:14
@tridge tridge merged commit 022edec into ArduPilot:Plane-4.3 May 29, 2024
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant