On 13.11.2023 09:59, David Hildenbrand wrote:
On 09.11.23 17:02, Maciej S. Szmigiero wrote:From: "Maciej S. Szmigiero" <[email protected]>alloca() is frowned upon, replace it with g_malloc0() + g_autofree.Reviewed-by: David Hildenbrand <[email protected]> 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
