-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[issue1115] Fix a bug in a state registry.
When copying a state, the previous code would use a dangling pointer to access state values of the copied state. This issue fixes this bug by looking up the the correct state values.
- Loading branch information
Silvan Sievers
committed
Jan 8, 2024
1 parent
aefe96a
commit c0ca355
Showing
2 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters