public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH next v3 0/2] fix potential memleak in perf events parser
@ 2020-06-15  1:36 Chen Wandun
  2020-06-15  1:36 ` [PATCH next v3 1/2] perf tools: " Chen Wandun
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chen Wandun @ 2020-06-15  1:36 UTC (permalink / raw)
  To: acme, linux-kernel
  Cc: peterz, mingo, Markus.Elfring, cj.chengjian, chenwandun

fix some memleaks in parse_events_term__sym_hw and parse_events_term__clone.
ls/perf

v1 ==> v2
1. split into two patches
2. add jump targets common exception handling
3. add Fixes tag

v2 ==> v3
add more commit log.

Chen Wandun (1):
  perf tools: fix potential memleak in perf events parser

Cheng Jian (1):
  perf tools: fix potential memleak in perf events parser

 tools/perf/util/parse-events.c | 51 ++++++++++++++++++++++++++++------
 1 file changed, 43 insertions(+), 8 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-15  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-15  1:36 [PATCH next v3 0/2] fix potential memleak in perf events parser Chen Wandun
2020-06-15  1:36 ` [PATCH next v3 1/2] perf tools: " Chen Wandun
2020-06-15  8:45   ` [PATCH v3 1/2] perf tools: Fix potential memory leaks " Markus Elfring
2020-06-15  1:36 ` [PATCH next v3 2/2] perf tools: fix potential memleak " Chen Wandun
2020-06-15  8:54   ` [PATCH v3 2/2] perf tools: Fix potential memory leaks " Markus Elfring
2020-06-15  8:30 ` [PATCH v3 0/2] Fixing " Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox