[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1af4a5c6-b0f1-5ea1-d311-951dc80455f1@web.de>
Date: Mon, 8 Jul 2019 19:45:19 +0200
From: Markus Elfring <Markus.Elfring@....de>
To: Wen Yang <wen.yang99@....com.cn>, linux-pm@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org
Cc: Cheng Shengyu <cheng.shengyu@....com.cn>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Viresh Kumar <viresh.kumar@...aro.org>,
Xue Zhihong <xue.zhihong@....com.cn>,
Yi Wang <wang.yi59@....com.cn>, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [PATCH v3] cpufreq/pasemi: fix an use-after-free in
pas_cpufreq_cpu_init()
> @@ -204,6 +205,7 @@ static int pas_cpufreq_cpu_init(struct cpufreq_policy *policy)
> out_unmap_sdcasr:
> iounmap(sdcasr_mapbase);
> out:
> + of_node_put(cpu);
I would find the usage of a jump label like “put_node” nicer at such
a source code place.
Regards,
Markus
Powered by blists - more mailing lists