Skip to content

Commit

Permalink
Merge pull request #36891 from Dr15Jones/ubsanGlobalCondition
Browse files Browse the repository at this point in the history
Initialize all variables in GlobalCondition
  • Loading branch information
cmsbuild authored Feb 7, 2022
2 parents 70b770f + b1e6d56 commit 322b468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TGlobal/interface/GlobalCondition.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class GlobalCondition {
std::vector<l1t::GlobalObject> m_objectType;

/// the operator used for the condition (>=, =): true for >=
bool m_condGEq;
bool m_condGEq = false;

/// condition is located on condition chip m_condChipNr
int m_condChipNr;
Expand Down

0 comments on commit 322b468

Please sign in to comment.