[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: setjmp and friends



"Andre E. Bar'yudin" wrote:
> 
> Hello guys,
> 
> Does anyone knows what is the structure in the jmp_buf under *Linux*
> (the beast is very system specific)?  I need it for one of my courses.

6 ints for the registers, one int for flagging if the signal mask was
saved, and one array of longs for the actual mask (of size (1024 / 
(8 * sizeof (unsigned long int)))) ?

Or did I misunderstand your question and made a complete ass of myself
:) ?

--izar 
izar@bindview.com - Bindview Corporation
Security Engineer - HackerShield

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il