[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120701.202643.159397793740641700.davem@davemloft.net>
Date: Sun, 01 Jul 2012 20:26:43 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: roy.qing.li@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 2/2] dccp: remove unnecessary codes in ipv6.c
From: roy.qing.li@...il.com
Date: Mon, 2 Jul 2012 11:19:00 +0800
> - if (opt != NULL) {
> - newnp->opt = ipv6_dup_options(newsk, opt);
> - if (opt != np->opt)
> - sock_kfree_s(sk, opt, opt->tot_len);
> - }
Same bug as your other patch, this leaks options.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists