threading: fix interrupt safety of out_of_memory function
This function used writes in the thread local environment while interrupts where disabled with the env->disable_interrupts mechanism, which causes problems with the mprotect() mechanism for fast interrupt dispatch.
Please register or sign in to comment