[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200913074923.GA1533160@PWN>
Date: Sun, 13 Sep 2020 03:49:23 -0400
From: Peilin Ye <yepeilin.cs@...il.com>
To: David Miller <davem@...emloft.net>
Cc: jmaloy@...hat.com, ying.xue@...driver.com, kuba@...nel.org,
hdanton@...a.com, gregkh@...uxfoundation.org,
netdev@...r.kernel.org, tipc-discussion@...ts.sourceforge.net,
linux-kernel-mentees@...ts.linuxfoundation.org,
syzkaller-bugs@...glegroups.com, linux-kernel@...r.kernel.org
Subject: Re: [Linux-kernel-mentees] [PATCH net] tipc: Fix memory leak in
tipc_group_create_member()
On Sat, Sep 12, 2020 at 06:23:36PM -0700, David Miller wrote:
> From: Peilin Ye <yepeilin.cs@...il.com>
> Date: Sat, 12 Sep 2020 06:22:30 -0400
>
> > @@ -291,10 +291,11 @@ static void tipc_group_add_to_tree(struct tipc_group *grp,
> > else if (key > nkey)
> > n = &(*n)->rb_right;
> > else
> > - return;
> > + return -1;
>
> Use a real error code like "-EEXIST", thank you.
Ah, I'll fix it in v2 soon, sorry about that. I saw another function in
this file returning -1.
Peilin Ye
Powered by blists - more mailing lists