Re: [PATCH] Prevent an oops in vmalloc_user()

From: Eric Dumazet
Date: Thu Nov 09 2006 - 17:29:49 EST


Jonathan Corbet a écrit :
Prevent an oops in vmalloc_user()

If an attempt to allocate memory with vmalloc_user() fails, the result
will be an oops when it tries to tweak the flags in the (non-existent)
VMA. One could argue that __find_vm_area() should not return a random
pointer on failure, but vmalloc_user() requires a check regardless.


Yes, I already posted a patch for that, and other problem as well.

http://lkml.org/lkml/2006/10/23/86

Maybe it was lost...

Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/