Skip to content

Commit

Permalink
Merge pull request #46380 from smuzaffar/ubsan-fix-weightIsAvailable
Browse files Browse the repository at this point in the history
[UBSAN] Initialize PerigeeTrajectoryError::weightIsAvailable
  • Loading branch information
cmsbuild authored Oct 15, 2024
2 parents 8094da5 + 1860735 commit 7654173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class PerigeeTrajectoryError {
public:
PerigeeTrajectoryError() {}
PerigeeTrajectoryError() : weightIsAvailable(false) {}
// ~PerigeeTrajectoryError() {}

/*
Expand Down

0 comments on commit 7654173

Please sign in to comment.