Skip to content

fix of segmentation fault in CbmStsDigitizeQA.cxx

Sergey Gorbunov requested to merge se.gorbunov/cbmroot:PR1 into master

segmentation fault fix in CbmStsDigitizeQA

  1. fAsicPar was used uninitialized.

  2. Digit addresses contain StsLadder number which is out of the range. It leads to another segfault. I commented out the corresponding code for a moment.

Merge request reports