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