[PATCH] Fix kmalloc_sizes[] indexing
From: Brian Gerst and David Mosberger The previous fix to the kmalloc_sizes[] array didn't null-terminate the correct array. Fix that up, and also avoid running ARRAY_SIZE() against an array which is really a null-terminated list.
Showing
Please register or sign in to comment