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

Hotfix: Unsafe accesses in BT Navigator #9

Merged
merged 2 commits into from
Mar 30, 2022
Merged

Conversation

guilyx
Copy link

@guilyx guilyx commented Mar 24, 2022

Purpose

Resolve unsafe access resulting in segfaults in the behaviour tree packages

Approach

Step by step debugging led to two issues: parameters redeclarations and dereferenced pointer access: we now check for both before doing anything.

Open Questions and Pre-Merge TODOs

none

Dependencies

none

Learning

Use GDB with VSCode

Blog Posts

none

@guilyx guilyx requested review from a team, jcmonteiro, LiWeiAn, SomaGallai and TanmayDeshmukh and removed request for a team March 24, 2022 15:29
@guilyx guilyx requested a review from arekin19 March 30, 2022 10:23
@guilyx guilyx merged commit 8397e64 into galactic Mar 30, 2022
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.

3 participants