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
There are several fields in UtHashMap with nested arrays, particularly values.storage, values.touched and keys.storage. We have already fixed aliasing between them in one object, but there is no limitation for them to be equal between different collections. Therefore, change in stores of one map may cause changes in another one, even if they do not connected at all.
To Reproduce
Seems like it is impossible to reproduce by hand.
Visual proofs
Not applicable.
Environment
There is no specific environment.
Additional context
There is no additional context.
The text was updated successfully, but these errors were encountered:
Description
There are several fields in UtHashMap with nested arrays, particularly
values.storage
,values.touched
andkeys.storage
. We have already fixed aliasing between them in one object, but there is no limitation for them to be equal between different collections. Therefore, change in stores of one map may cause changes in another one, even if they do not connected at all.To Reproduce
Seems like it is impossible to reproduce by hand.
Visual proofs
Not applicable.
Environment
There is no specific environment.
Additional context
There is no additional context.
The text was updated successfully, but these errors were encountered: