()
| 440 | } |
| 441 | |
| 442 | function go() { |
| 443 | /* Init spray */ |
| 444 | sprayHTMLTextArea(); |
| 445 | |
| 446 | if(window.midExploit) |
| 447 | window.midExploit(); |
| 448 | |
| 449 | g_input = input1; |
| 450 | /* Shape heap layout for obj. reuse */ |
| 451 | prepareUAF(); |
| 452 | } |
nothing calls this directly
no test coverage detected