Skip to content
Snippets Groups Projects
Commit 746f7f53 authored by scott snyder's avatar scott snyder
Browse files

InDetEventAthenaPool: Avoid undefined behavior.

Code in this package was taking advantage of undefined behavior to change
the name used by the MsgStreams of converters (a protected data member)
to something more meaningful.  This results in warnings from the
undefined behavior sanitizer.

cnvname.AthenaPoolCnvSvc added an optional argument to the converter 
constructors to allow specifying this name.  So switch to using this.
parent c5635d94
No related branches found
No related tags found
Loading
Showing
with 11 additions and 68 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment