]> Git Repo - linux.git/commitdiff
Merge tag 'probes-fixes-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <[email protected]>
Sun, 5 May 2024 16:56:50 +0000 (09:56 -0700)
committerLinus Torvalds <[email protected]>
Sun, 5 May 2024 16:56:50 +0000 (09:56 -0700)
Pull probes fix from Masami Hiramatsu:

 - probe-events: Fix memory leak in parsing probe argument.

   There is a memory leak (forget to free an allocated buffer) in a
   memory allocation failure path. Fix it to jump to the correct error
   handling code.

* tag 'probes-fixes-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()


Trivial merge
This page took 0.056574 seconds and 4 git commands to generate.