Avoid user space access with interrupts disabled in vm86 support.
Getting a signal while in vm86 caused warnings because we still had interrupts disabled - for no good reason. Enable interrupts before accessing user space.
Showing
Please register or sign in to comment