Skip to content

Conversation

@bbernhar
Copy link
Contributor

@bbernhar bbernhar commented Jun 23, 2022

Destroying a LinkedList after being moved would AV. This change fixes the issue by checking if the root is still valid before being removed upon destruction.

@bbernhar bbernhar added the bug Something isn't working label Jun 23, 2022
@github-actions github-actions bot added Frontend Changes to common or GPU API agnostic code. Test Changes in tests. labels Jun 23, 2022
Destroying a LinkedList after being moved would AV. This change fixes the issue by checking if the root is still valid before being removed upon destruction.
@bbernhar bbernhar changed the title Fix OOB after moving a LinkedList. Fix AV after moving a LinkedList. Jun 23, 2022
@bbernhar bbernhar merged commit fdde147 into main Jun 23, 2022
@bbernhar bbernhar deleted the fix_mov branch June 23, 2022 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Frontend Changes to common or GPU API agnostic code. Test Changes in tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants