Skip to content

solve coverity defects

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

solve coverity defects introduced 5 April: redundant nullptr check after previous dereference; possible out-of-bounds array access; 'dead code': code which cannot logically be reached; uninitialised members.

Merge request reports