linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH next v2 0/2] fix potential memleak in perf events parser
@ 2020-06-11 14:56 Chen Wandun
  2020-06-11 14:56 ` [PATCH next v2 1/2] perf tools: " Chen Wandun
  2020-06-11 14:56 ` [PATCH next v2 2/2] perf tools: fix potential memleak " Chen Wandun
  0 siblings, 2 replies; 7+ messages in thread
From: Chen Wandun @ 2020-06-11 14:56 UTC (permalink / raw)
  To: acme, linux-kernel
  Cc: peterz, mingo, Markus.Elfring, cj.chengjian, chenwandun

fix some memleaks for parse_events_term__sym_hw and parse_events_term__clone.

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

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] 7+ messages in thread

end of thread, other threads:[~2020-06-14  3:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 14:56 [PATCH next v2 0/2] fix potential memleak in perf events parser Chen Wandun
2020-06-11 14:56 ` [PATCH next v2 1/2] perf tools: " Chen Wandun
2020-06-11 18:50   ` [PATCH v2 1/2] perf tools: Fix potential memory leaks " Markus Elfring
2020-06-12 10:01     ` Greg KH
2020-06-14  3:39     ` Chen Wandun
2020-06-11 14:56 ` [PATCH next v2 2/2] perf tools: fix potential memleak " Chen Wandun
2020-06-11 19:09   ` [PATCH v2 2/2] perf tools: Improve exception handling in two functions of " Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).