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

AP_Param: check dynamic param tables are available before adding a param #25608

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

IamPete1
Copy link
Member

The add param method did not check if a param table had been added. The result was a segfault. At least people are unlikely to be adding params in flight..... but it might be worth a backport, its a very simple patch.

fixes #25605

@tridge tridge merged commit daf8aee into ArduPilot:master Nov 28, 2023
86 checks passed
@rmackay9
Copy link
Contributor

rmackay9 commented Dec 4, 2023

This is included in Copter-4.4.4-beta1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 4.4.4-rc1
Development

Successfully merging this pull request may close these issues.

Attempting to add a param to uninitialized param_table causes segfault on linux
4 participants