| commit | 9a0352dd45225597cb8d4a4d79cf5b53f3609ae3 | [log] [tgz] |
|---|---|---|
| author | Qianfeng Rong <rongqianfeng@vivo.com> | Thu Aug 21 21:41:17 2025 +0800 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Fri Aug 22 06:26:22 2025 -0700 |
| tree | 3c38e0c0b801e84468b1d4c6bec7fb7fab49505d | |
| parent | 3e15cccf3ea272ae40942e8a5a741bb69a56f654 [diff] |
refscale: Use kcalloc() instead of kzalloc() Use kcalloc() in main_func() to gain built-in overflow protection, making memory allocation safer when calculating allocation size compared to explicit multiplication. Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>