Skip to content

Fix SEGV for empty errors arrays (ATR-20585)

Andy Salnikov requested to merge tickets/ATR-20585 into master

I missed one corner case for histograms with no statistics, merging crashed when source errors were empty and destination errors non-empty. Added unit test for this case, fixed the issue by adding protection.

Closes ATR-20585

Merge request reports