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

fixed memorry corruption #8

Merged
merged 1 commit into from
Jun 24, 2024
Merged

fixed memorry corruption #8

merged 1 commit into from
Jun 24, 2024

Conversation

Ilia-Loginov
Copy link

Fixed corruption of the queue at the moment of getting an object when it is empty( it happens at the moment of shutdown)
Fixed bug with of uninitialised variables(some messages are sent once, because bool flags sometimes have true value)

On branch fix_memory_corruption
Changes to be committed:
modified: include/mavlink_interface.h
modified: src/mavlink_interface.cpp

… it is empty

fixed the error of uninitialized variables

On branch fix_memory_corruption
Changes to be committed:
	modified:   include/mavlink_interface.h
	modified:   src/mavlink_interface.cpp
@Ilia-Loginov Ilia-Loginov self-assigned this Jun 24, 2024
@haitomatic
Copy link

lgtm! thanks for spotting this 👏

@Ilia-Loginov Ilia-Loginov merged commit f2da227 into master Jun 24, 2024
1 check passed
@Ilia-Loginov Ilia-Loginov deleted the fix_memory_corruption branch June 24, 2024 12:11
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.

2 participants