Skip to content

Fix crash for inclusive B events due to null pointer

Michal Kreps requested to merge kreps_genCountersFix into master

While updating GenCounters for inclusive B events Gauss crashes as it does not have signal vertex attribute and gets null pointer. This MR adds explicit check that we have valid pointer.

Merge request reports