Discussion:
Sys_RegDeliver
(too old to reply)
David Marcin
2005-09-26 09:18:48 UTC
Permalink
Under what conditions would this have an error and return an error code?

/*
* Register the Return_Signal trampoline for this process.
* Signals cannot be delivered until this is registered.
* Params:
* state->ebx - pointer to Return_Signal function
* state->ecx - pointer to the default handler
* state->edx - pointer to the ignore handler
*
* Returns: 0 on success or error code (< 0) on error
*/
Kwang Yul Seo
2005-09-26 17:19:02 UTC
Permalink
I guess if pointers are not valid user addresses, it must be an
error.

Kwang Yul Seo

Loading...