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. Former-commit-id: 746f7f53
Showing
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/InDetLowBetaCandidateCnv.cxx 1 addition, 8 deletions...Cnv/InDetEventAthenaPool/src/InDetLowBetaCandidateCnv.cxx
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/InDetLowBetaContainerCnv.cxx 1 addition, 8 deletions...Cnv/InDetEventAthenaPool/src/InDetLowBetaContainerCnv.cxx
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/InDetSimDataCnv_p1.cxx 2 additions, 1 deletion...tEventCnv/InDetEventAthenaPool/src/InDetSimDataCnv_p1.cxx
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/MsgUtil.h 0 additions, 20 deletions...Detector/InDetEventCnv/InDetEventAthenaPool/src/MsgUtil.h
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/PixelClusterContainerCnv.cxx 1 addition, 4 deletions...Cnv/InDetEventAthenaPool/src/PixelClusterContainerCnv.cxx
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/PixelGangedClusterAmbiguitiesCnv.cxx 0 additions, 8 deletions...tEventAthenaPool/src/PixelGangedClusterAmbiguitiesCnv.cxx
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/PixelGangedClusterAmbiguitiesCnv.h 1 addition, 1 deletion...DetEventAthenaPool/src/PixelGangedClusterAmbiguitiesCnv.h
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/PixelRDO_ContainerCnv.cxx 0 additions, 2 deletions...entCnv/InDetEventAthenaPool/src/PixelRDO_ContainerCnv.cxx
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/PixelRDO_ContainerCnv.h 1 addition, 1 deletion...EventCnv/InDetEventAthenaPool/src/PixelRDO_ContainerCnv.h
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/SCT_ClusterContainerCnv.cxx 1 addition, 3 deletions...tCnv/InDetEventAthenaPool/src/SCT_ClusterContainerCnv.cxx
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/SCT_RDO_ContainerCnv.cxx 1 addition, 4 deletions...ventCnv/InDetEventAthenaPool/src/SCT_RDO_ContainerCnv.cxx
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/TRT_DriftCircleContainerCnv.cxx 1 addition, 4 deletions.../InDetEventAthenaPool/src/TRT_DriftCircleContainerCnv.cxx
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/TRT_RDO_ContainerCnv.cxx 0 additions, 3 deletions...ventCnv/InDetEventAthenaPool/src/TRT_RDO_ContainerCnv.cxx
- InnerDetector/InDetEventCnv/InDetEventAthenaPool/src/TRT_RDO_ContainerCnv.h 1 addition, 1 deletion...tEventCnv/InDetEventAthenaPool/src/TRT_RDO_ContainerCnv.h
Loading
Please register or sign in to comment