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