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
{{ message }}
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
The argument to resize can cause user-code to execute. That code could call transfer, detaching the buffer. The algorithm steps don't check for [[IsDetachedBuffer]] after coercing the argument in Step 5:
This turned up as a crash in testing the implementation in XS. One solution is to repeat Step 4 after Step 6. Whatever the solution, it should probably be normatively defined so engines behave consistently.