Re: [PATCH 02/16] perf pmu: Let pmu's with no events show up on perf list

From: Arnaldo Carvalho de Melo
Date: Fri Oct 24 2014 - 08:57:14 EST


Em Fri, Oct 24, 2014 at 02:15:52PM +0900, Namhyung Kim escreveu:
> On Thu, 23 Oct 2014 13:45:10 +0300, Adrian Hunter wrote:
> > + if (pmu->selectable) {
> > + scnprintf(buf, sizeof(buf), "%s//", pmu->name);
> > + aliases[j] = strdup(buf);
>
> You need to check the return value here (and above too).

Well spotted, fixing this up.

- Arnado
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/