()
| 252 | } |
| 253 | |
| 254 | push_clear_errno() { |
| 255 | this.push_call(this.get_gadget('__error')); |
| 256 | this.push_gadget('pop rsi; ret'); |
| 257 | this.push_value(0); |
| 258 | this.push_gadget('mov dword ptr [rax], esi; ret'); |
| 259 | } |
| 260 | |
| 261 | push_get_errno() { |
| 262 | this.push_gadget('pop rdi; ret'); |
nothing calls this directly
no test coverage detected