[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110106183012.GD5315@ghostprotocols.net>
Date: Thu, 6 Jan 2011 16:30:12 -0200
From: Arnaldo Carvalho de Melo <acme@...radead.org>
To: Han Pingtian <phan@...hat.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] perf: fix buffer overflow error caused by specifying
all tracepoints with -e option
Em Thu, Jan 06, 2011 at 05:39:22PM +0800, Han Pingtian escreveu:
> I found when specifying all tracepoints with -e to one of subcommand,
> such as 'top', the program will trigger a buffer overflow error, like
> this:
>
> *** buffer overflow detected ***: ./perf terminated
> ======= Backtrace: =========
<SNIP>
> ....
> The tracepoints are separated by comma, something like this:
>
> perf top -e ...,kmem:kmalloc,kmem:kfree,kmem:kmem_cache_free,...
>
> This comment will fix this problem.
>
> The root reason of this problem is that store_event_type() is called
> with all the events, and will overflow the 'filename' at
>
> strncat(filename, orgname, strlen(orgname));
>
> The comments will try to call store_event_type() when the event name has
> been found out.
s/comments/patch/g, right? Other than that looks fine, applying.
- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists