mbox series

[0/3] libtracefs: Some fixes for sqlhis

Message ID 20220819020349.747429-1-rostedt@goodmis.org (mailing list archive)
Headers show
Series libtracefs: Some fixes for sqlhis | expand

Message

Steven Rostedt Aug. 19, 2022, 2:03 a.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

While playing with sqlhist, I found three bugs.

 Two dealing with freeing issues.

 One where the matching is more restrictive than the kernel.

Steven Rostedt (Google) (3):
  libtracefs: Fix use after free in tracefs_synth_alloc()
  libtracefs: Remove double free attempt of new_event in
    tracefs_synth_echo_cmd()
  libtracefs sqlhist: Allow pointers to match longs

 src/tracefs-hist.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)