![]() | ||||||||||
Messages in this thread |
Christoph Lameter wrote: > SLUB: Return ZERO_SIZE_PTR for kmalloc(0) V3 > > Instead of returning the smallest available object return ZERO_SIZE_PTR. > > A ZERO_SIZE_PTR can be legitimately used as an object pointer as long > as it is not deferenced. The dereference of ZERO_SIZE_PTR causes a > distinctive fault. > kfree can handle a ZERO_SIZE_PTR in the same way as NULL. FWIW, I am happy :-). We should add a comment to kmalloc() that we return non-unique pointers for zero-length allocations though. Acked-by: Pekka Enberg <penberg@cs.helsinki.fi> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | |||||||||
| Last update: 2007-06-05 05:29 [from the cache] ©2003-2008 | ||||||||||