linux-user: replace calloc() with g_new0()
commit2ee80bce4f7cf2ef78f996ea608755d4e97c94de
authorNguyen Dinh Phi <phind.uet@gmail.com>
Sun, 17 Mar 2024 17:17:47 +0000 (18 01:17 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Apr 2024 17:43:31 +0000 (9 07:43 -1000)
treef951e72d8d3f850c6f5be6334d7676bd9ef499db
parentf0907ff4cae743f1a4ef3d0a55a047029eed06ff
linux-user: replace calloc() with g_new0()

Use glib allocation as recommended by the coding convention

Signed-off-by: Nguyen Dinh Phi <phind.uet@gmail.com>
Message-Id: <20240317171747.1642207-1-phind.uet@gmail.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/main.c