Marin Ramesa, le Tue 24 Dec 2013 13:26:35 +0100, a écrit :
> extern task_t kernel_task;
Where is this supposed to come from?
> int main(void)
> {
> task_t new_task;
> task_create(kernel_task, 0, &new_task);
If kernel_task is not properly initialized, it is not really surprising
that
I noticed this while testing the futex call. I don't know
how to fix this. The code to reproduce this is the
following:
extern int task_create();
struct task;
typedef struct task *task_t;
extern task_t kernel_task;
int main(void)
{
task_t new_task;
task_create(kernel_task, 0, &
An e-mail delivered to you contained a virus. The virus was
identified by the Optimum Online E-mail Virus Protection system
using Symantec's Norton Anti Virus Technology. Please contact
and advise the sender of the virus-specific information provided below.
gipi.scr was infected with the maliciou