Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vm: close signal pipe in uc_vm_signal_handlers_reset()
The previously introduced signal handler restoration logic did not take the signal dispatching pipe into account. Extend the `uc_vm_signal_handlers_reset()` function to also close any related pipe handles. Fixes: #255 Fixes: f9d2faf ("vm: reset signals when freeing VM") Signed-off-by: Jo-Philipp Wich <[email protected]>
- Loading branch information