]> git.openfabrics.org - ~emulex/infiniband.git/commit
tools lib traceevent: Check result of malloc() during reading token
authorNamhyung Kim <namhyung.kim@lge.com>
Mon, 23 Apr 2012 04:58:36 +0000 (13:58 +0900)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 4 Jul 2012 04:40:31 +0000 (13:40 +0900)
commite54b34aed1c4082ed03f4d1f7a19276059b1e30a
tree2f6ad3e0277e0bd0864b2bda38be0c5d93175c74
parent16e6b8fdfd181ac79f04ff826c42c7d8a2806a17
tools lib traceevent: Check result of malloc() during reading token

The malloc can fail so the return value should be checked.  For now,
just use malloc_or_die().

Signed-off-by: Namhyung Kim <namhyung.kim@lge.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: David Ahern <dsahern@gmail.com>
Link: http://lkml.kernel.org/r/1335157118-14658-10-git-send-email-namhyung.kim@lge.com
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/lib/traceevent/parse-filter.c