Re: [PATCHv2 1/2] perf tools: Collect tracing event data filesdirectly

From: Jiri Olsa
Date: Mon Sep 26 2011 - 10:59:10 EST


On Mon, Sep 26, 2011 at 07:43:02AM -0600, David Ahern wrote:
>
>

SNIP

> > + /*
> > + * The '+ 5' is for '/' we add to the patch, plus NULL byte,
> > + * and one safety byte ;)
> > + */
> > + file = malloc_or_die(strlen(path) + strlen(sys) +
> > + strlen(name) + strlen("format") + 5);
>
> Why not go the simple route and just use PATH_MAX?
>
> David

ok, seems more simple.. ;)

thanks,
jirka
--
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/