Fun with NULL pointers, part 2
Fun with NULL pointers, part 2
Posted Jul 21, 2009 22:18 UTC (Tue) by sourcejedi (guest, #45153)In reply to: Fun with NULL pointers, part 2 by mjthayer
Parent article: Fun with NULL pointers, part 2
Actually, I don't think it is valid for kernel code to dereference NULL. The reason being, it would be a __user address, which should be accessed using copy_from_user() or similar.
