You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a resource created via the wrong device, the index of the resource ends up pointing to either another resource in the current device or some out of bounds non-existent resource.
As a result, the wrong resource is used or the code panics when trying to access it.
Platform
All platforms and configurations.
The text was updated successfully, but these errors were encountered:
Description
IDs currently do not contain a way to identify (and therefore validate) the associated device.
Repro steps
See the test added in #3926
Expected vs observed behavior
When using a resource created via the wrong device, the index of the resource ends up pointing to either another resource in the current device or some out of bounds non-existent resource.
As a result, the wrong resource is used or the code panics when trying to access it.
Platform
All platforms and configurations.
The text was updated successfully, but these errors were encountered: