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_HAL_SITL: correct ubsan compilation #26033

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

peterbarker
Copy link
Contributor

Compiling sitl with --ubsan on the command-line simply fails, with a missing forward declaration error and then not knowing about O_RDONLY.

Fix that.

The check didn't cause any compilation fail itself in my testing.

@tridge tridge merged commit 34188e8 into ArduPilot:master Jan 23, 2024
48 checks passed
@peterbarker peterbarker deleted the pr/ubsan-fix branch January 23, 2024 01:31
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.

None yet

4 participants