-
- Downloads
Bug 743854 - Do not call init on ArrayBuffer slots in NewObject. r=billm
ArrayBuffers use slotSpan to store their inline size. If we try to initialize these, then we end up with their address in the StoreBuffer, but with arbitrary bytes written in these fields by TypeArrays. This patch uses an exact class test to prevent this initialization behavior. --HG-- extra : rebase_source : 8aacef597dc7456c5e1e08524c84bbb0932b9a68
Please register or sign in to comment