mbox series

[0/3] Fix several Coverity andf Clang warnings in libtraceevent

Message ID 20220930111002.6107-1-mpetlan@redhat.com (mailing list archive)
Headers show
Series Fix several Coverity andf Clang warnings in libtraceevent | expand

Message

Michael Petlan Sept. 30, 2022, 11:09 a.m. UTC
Hello.

When rebasing to libtraceevent-1.5.3 in RHEL, Coverity has found some
issues. I have tried to fix them. Could you please have a look at the
patches attached?

Thank you.

Michael

Michael Petlan (3):
  libtraceevent: Fix uninitialized has_0x compiler warning
  libtraceevent: Fix check-after-deref coverity flaw
  libtraceevent: Fix Branch condition garbage value compiler warning

 src/event-parse.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Steven Rostedt Oct. 20, 2022, 7:15 p.m. UTC | #1
On Fri, 30 Sep 2022 13:09:59 +0200
Michael Petlan <mpetlan@redhat.com> wrote:

> Hello.
> 
> When rebasing to libtraceevent-1.5.3 in RHEL, Coverity has found some
> issues. I have tried to fix them. Could you please have a look at the
> patches attached?
> 
> Thank you.

Applied. Thanks Michael!

-- Steve