Re: [PATCH] fs: erofs: xattr.c change kzalloc to kcalloc

From: Chao Yu
Date: Thu Jan 16 2025 - 02:42:53 EST


On 12/23/24 11:32, Gao Xiang wrote:
On 2024/12/23 11:00, Ethan Carter Edwards wrote:
 From 272d7ef4611e64269fada0ea3021eece590118b9 Mon Sep 17 00:00:00 2001
From: Ethan Carter Edwards <ethan@xxxxxxxxxxxxxxxxx>
Date: Sun, 22 Dec 2024 21:23:56 -0500
Subject: [PATCH] fs: erofs: xattr.c change kzalloc to kcalloc

Refactor xattr.c to use kcalloc instead of kzalloc when multiplying
allocation size by count. This refactor prevents unintentional
memory overflows. Discovered by checkpatch.pl.

Signed-off-by: Ethan Carter Edwards <ethan@xxxxxxxxxxxxxxxxx>

Reviewed-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,