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
Discovered by a LibJS bug for TypedArray#set not applying source's [[ByteOffset]] when source and destination have the same type: SerenityOS/serenity@a54fdd5
When setting a TypedArray from another TypedArray of the same type that has a [[ByteOffset]] set by TypedArray#subarray, TypedArray#set should copy from the source TypedArray's ArrayBuffer from the given [[ByteOffset]].
The text was updated successfully, but these errors were encountered:
Discovered by a LibJS bug for TypedArray#set not applying source's [[ByteOffset]] when source and destination have the same type: SerenityOS/serenity@a54fdd5
When setting a TypedArray from another TypedArray of the same type that has a [[ByteOffset]] set by TypedArray#subarray, TypedArray#set should copy from the source TypedArray's ArrayBuffer from the given [[ByteOffset]].
The text was updated successfully, but these errors were encountered: