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

Potential Dangling Pointers in createTree Function #3814

Open
coderabbitai bot opened this issue Nov 5, 2024 · 1 comment
Open

Potential Dangling Pointers in createTree Function #3814

coderabbitai bot opened this issue Nov 5, 2024 · 1 comment
Assignees
Labels

Comments

@coderabbitai
Copy link

coderabbitai bot commented Nov 5, 2024

As discussed in PR #3729, there is a potential issue with storing addresses of loop variables in the createTree function, which could lead to dangling pointers if spacePoints gets modified or goes out of scope. Addressing this issue would involve major changes in several parts of the ACTS project and is out of scope for PR #3729. This issue is opened to track the work required to resolve this in a future PR.\n\nRequester: @CarloVarni

Copy link

github-actions bot commented Dec 5, 2024

This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.

@github-actions github-actions bot added the Stale label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant