()
| 180 | } |
| 181 | |
| 182 | push_clear_errno() { |
| 183 | this.push_call(this.get_gadget("__error")); |
| 184 | this.push_gadget("pop rsi; ret"); |
| 185 | this.push_value(0); |
| 186 | this.push_gadget("mov dword ptr [rax], esi; ret"); |
| 187 | } |
| 188 | } |
| 189 | |
| 190 | export class Chain800 extends Chain800Base { |
nothing calls this directly
no test coverage detected