[PATCH 0/2] tools libtraceevent fixes

Wang ShaoBo posted 2 patches 3 years, 11 months ago
tools/lib/traceevent/event-parse.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
[PATCH 0/2] tools libtraceevent fixes
Posted by Wang ShaoBo 3 years, 11 months ago
tools libtraceevent fixes

Wang ShaoBo (2):
  libtraceevent: fix memleak in make_bprint_args()
  libtraceevent: fix free NULL pointer in parse_arg_add()

 tools/lib/traceevent/event-parse.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

-- 
2.25.1
Re: [PATCH 0/2] tools libtraceevent fixes
Posted by Steven Rostedt 3 years, 11 months ago
On Fri, 13 May 2022 10:33:06 +0800
Wang ShaoBo <bobo.shaobowang@huawei.com> wrote:

> tools libtraceevent fixes
> 
> Wang ShaoBo (2):
>   libtraceevent: fix memleak in make_bprint_args()
>   libtraceevent: fix free NULL pointer in parse_arg_add()

These fixes need to be sent to linux-trace-devel@vger.kernel.org, and
applied against libtraceevent:

  https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/

Arnaldo,

libtraceevent is now in most distros. Can we now deprecate the version in
the kernel as it is no longer actively maintained?

-- Steve


> 
>  tools/lib/traceevent/event-parse.c | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
>