Re: [PATCH 2/7] ethtool: avoid resource leak of strings in do_gprivflags

2016-10-04 Thread John W. Linville
On Mon, Oct 03, 2016 at 01:54:26PM -0400, Jarod Wilson wrote: > On Fri, Sep 30, 2016 at 03:56:16PM -0400, John W. Linville wrote: > > Coverity issue: 1363119 > > Fixes: e1ee596326ae ("Add support for querying and setting private flags") > > > > Signed-off-by: John W. Linville > > --- > > ethtool

Re: [PATCH 2/7] ethtool: avoid resource leak of strings in do_gprivflags

2016-10-03 Thread Jarod Wilson
On Fri, Sep 30, 2016 at 03:56:16PM -0400, John W. Linville wrote: > Coverity issue: 1363119 > Fixes: e1ee596326ae ("Add support for querying and setting private flags") > > Signed-off-by: John W. Linville > --- > ethtool.c | 18 +- > 1 file changed, 13 insertions(+), 5 deletions(

[PATCH 2/7] ethtool: avoid resource leak of strings in do_gprivflags

2016-09-30 Thread John W. Linville
Coverity issue: 1363119 Fixes: e1ee596326ae ("Add support for querying and setting private flags") Signed-off-by: John W. Linville --- ethtool.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/ethtool.c b/ethtool.c index aa3ef5ed2f75..0885a61097ad 100644 -