Skip to content

Avoid modifying a std::move-ed out object#5395

Closed
seunghwak wants to merge 4 commits intorapidsai:mainfrom
seunghwak:bug_access_after_move
Closed

Avoid modifying a std::move-ed out object#5395
seunghwak wants to merge 4 commits intorapidsai:mainfrom
seunghwak:bug_access_after_move

Conversation

@seunghwak
Copy link
Contributor

Modifying a std::move-ed out object is an undefined behavior. To re-use the move-ed out object, it should be re-initialized. We may pull these updates to #5383 and just close this PR.

@seunghwak seunghwak requested a review from a team as a code owner January 13, 2026 23:32
seunghwak and others added 2 commits January 13, 2026 16:01
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
@seunghwak
Copy link
Contributor Author

#5383 includes this fix, just closing the PR

@seunghwak seunghwak closed this Jan 14, 2026
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