--- a/mm/kasan/report.c~kasan-drop-addr-check-from-describe_object_addr +++ a/mm/kasan/report.c @@ -162,9 +162,6 @@ static void describe_object_addr(struct " which belongs to the cache %s of size %d\n", object, cache->name, cache->object_size); - if (!addr) - return; - if (access_addr < object_addr) { rel_type = "to the left"; rel_bytes = object_addr - access_addr;