On Fri, Mar 19, 2021 at 03:25:24PM +0200, Mahmoud Mandour wrote: > Replaced (re)allocation of lo_map_elem structs from realloc() to > GLib's g_try_realloc_n() and replaced the respective free() call > with a g_free(). > > Signed-off-by: Mahmoud Mandour > --- > tools/virtiofsd/passthrough_ll.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Stefan Hajnoczi