Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • scott snyder's avatar
    746f7f53
    InDetEventAthenaPool: Avoid undefined behavior. · 746f7f53
    scott snyder authored
    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.
    746f7f53
    History
    InDetEventAthenaPool: Avoid undefined behavior.
    scott snyder authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.