Skip to content
Snippets Groups Projects

L1CaloFEXByteStream: Fix out-of-bounds array accesses.

Merged Scott Snyder requested to merge ssnyder/athena:bounds.L1CaloFEXByteStream-20241213 into 24.0
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -462,6 +462,8 @@ void gFexInputByteStreamTool::gtReconstructABC(int XFPGA,
for(unsigned int i=0; i<100; i++){
if (XMPD_NFI[i] < 0) continue;
if( ( Xfiber[i][gPos::W280-1] & 0x000000FF ) == 0x000000BC ) {
fiberFields[i][16] = 1;
Loading