Skip to content

Handle unset bunchgroups.

An array is created to provide space for a maximum number of bunch groups, however not all of the elements are always set leaving null pointers in the array. This fix avoids attempts to dereference null pointers.

This fixes together with !46999 (merged) the data11 test (ATLASRECTS-6338).

Edited by Goetz Gaycken

Merge request reports