Bug 1509236

Summary: parse-events: Fix missing break in FALSE case of pevent_filter_clear_trivial()
Product: Red Hat Enterprise Linux 7 Reporter: John Kacur <jkacur>
Component: trace-cmdAssignee: John Kacur <jkacur>
Status: CLOSED ERRATA QA Contact: Ziqian SUN (Zamir) <zsun>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.5CC: bhu, jkacur
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-10 18:13:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1442258    
Attachments:
Description Flags
patch to fix missing break none

Description John Kacur 2017-11-03 11:53:20 UTC
Created attachment 1347284 [details]
patch to fix missing break

Description of problem:

parse-events: Fix missing break in FALSE case of pevent_filter_clear_trivial()
    
Currently the FILTER_TRIVIAL_FALSE case has a missing break statement, if
the trivial type is FALSE, it will also run into the TRUE case, and always
be skipped as the TRUE statement will continue the loop on the inverse
condition of the FALSE statement.

Comment 8 errata-xmlrpc 2018-04-10 18:13:55 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0968