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 dangling arrayref by extending temporary object lifetime #3974

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

annuasd
Copy link

@annuasd annuasd commented Jan 20, 2025

In the following code, makeShapeTorchCompatible returns a SmallVector, while indexShape is an ArrayRef, which will lead to a lifetime bug.

@annuasd annuasd force-pushed the bug-fix branch 2 times, most recently from 472ee67 to 5f4eafc Compare January 20, 2025 11:30
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