Re: [PATCH] RDMA/ucma: fix memory leak of mc on an xa_alloc failure

From: Colin Ian King
Date: Wed Sep 02 2020 - 15:39:33 EST


On 02/09/2020 20:03, Markus Elfring wrote:
>> Currently when an xa_alloc failure occurs the error exit path leaks
>> the allocated object mc. Fix this by adding an error return path
>> that frees mc and rename error exit paths err3 to err4 and err2 to err3.
>
> I propose to choose further alternatives for numbered labels.
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst?id=9c7d619be5a002ea29c172df5e3c1227c22cbb41#n485
>
> Regards,
> Markus
>
That's nice