]> git.baikalelectronics.ru Git - kernel.git/commit
perf probe: Check e_snprintf() format string
authorMasami Hiramatsu <mhiramat@redhat.com>
Mon, 7 Dec 2009 17:00:53 +0000 (12:00 -0500)
committerIngo Molnar <mingo@elte.hu>
Mon, 7 Dec 2009 17:33:21 +0000 (18:33 +0100)
commit6513ed38c44f3dd489ef3f08a7613e9706b6826c
treede705b4ffa5adbf329f232d2a2d1fcbde73de0aa
parent47da3482bc6901568b23023fd3c0ab5962be05f7
perf probe: Check e_snprintf() format string

Check e_snprintf() format string by gcc, and fix a bug of
e_snprintf() caller.

Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Cc: systemtap <systemtap@sources.redhat.com>
Cc: DLE <dle-develop@lists.sourceforge.net>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20091207170053.19230.7690.stgit@dhcp-100-2-132.bos.redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/probe-event.c