Re: [PATCH 5/5] vm/vm_fault.c: check if active_threads is NULL

2013-11-19 Thread Samuel Thibault
Marin Ramesa, le Tue 19 Nov 2013 07:34:23 +0100, a écrit : > Check if active_threads is NULL before calling current_task() to > avoid dereference of null pointer. Same here. > * vm/vm_fault.c (active_threads): Check if it's NULL. > > --- > vm/vm_fault.c | 3 ++- > 1 file changed, 2 insertions(

[PATCH 5/5] vm/vm_fault.c: check if active_threads is NULL

2013-11-18 Thread Marin Ramesa
Check if active_threads is NULL before calling current_task() to avoid dereference of null pointer. * vm/vm_fault.c (active_threads): Check if it's NULL. --- vm/vm_fault.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vm/vm_fault.c b/vm/vm_fault.c index 1089491..b8be122