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 uninitialised buffers on arming screens #10511

Closed
wants to merge 1 commit into from

Conversation

MrD-RC
Copy link
Collaborator

@MrD-RC MrD-RC commented Dec 7, 2024

Fixes #10506

buf2 and craftNameBuf were not initialised. But, could have been used. Both are now initialised before use. buf2 is used for pilot name. craftNameBuf is used for craft name. Both, pilot but no craft name, and vice versa would have caused the error on the unused name.

Fixes #10506

buf2 and craftNameBuf were not initialised. But, could have been used. Both are now initialised before use.
@MrD-RC MrD-RC added this to the 8.0 milestone Dec 7, 2024
@MrD-RC
Copy link
Collaborator Author

MrD-RC commented Dec 7, 2024

Closing as the other PR is still open 🤦🏻

@MrD-RC MrD-RC closed this Dec 7, 2024
@MrD-RC MrD-RC deleted the MrD_Fix-corrupted-pilot-name-on-arming-screen branch December 7, 2024 17:01
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