On 13.11.2023 09:59, David Hildenbrand wrote:
On 09.11.23 17:02, Maciej S. Szmigiero wrote:From: "Maciej S. Szmigiero" <maciej.szmigi...@oracle.com>alloca() is frowned upon, replace it with g_malloc0() + g_autofree.Reviewed-by: David Hildenbrand <da...@redhat.com> If this fixes a coverity issue of #number, we usually indicate that using "CID: #number" or Fixes: CID: #number"
Will add "CID: #1523903" to the commit message then. Thanks, Maciej