On 5/6/21 9:37 AM, Philippe Mathieu-Daudé wrote:
The ALLOCA(3) man-page mentions its "use is discouraged". Replace a g_alloca() call by a g_malloc() one, moving the allocation before the MUTEX guarded block. Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
Reviewed-by: Stefan Berger <stef...@linux.ibm.com>