Skip to content

Commit bb42ab8

Browse files
committed
[UBSAN]Initialize data member to fix runtime error from ubsan
1 parent aca061d commit bb42ab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

L1Trigger/L1TCaloLayer1/src/UCTRegion.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ UCTRegion::UCTRegion(const UCTRegion& otherRegion)
7272
: crate(otherRegion.crate),
7373
card(otherRegion.card),
7474
region(otherRegion.region),
75+
negativeEta(otherRegion.negativeEta),
7576
towers(otherRegion.towers),
7677
regionSummary(otherRegion.regionSummary),
7778
fwVersion(otherRegion.fwVersion) {}

0 commit comments

Comments
 (0)