Skip to content

22.0-coverity-TRT_G4_Utilities

Shaun Roe requested to merge sroe/athena:22.0-coverity-TRT_G4_Utilities into master

Fix coverity defects, possible dereference of nullptr in all cases, by moving from bare (newed) pointers which are c-style arrays, to std::vector members. Subsequently removed the new and deletes which were previously necessary.

Merge request reports