Skip to content

Fix bug in exkt subjet selection

Fix for a segfault that I was getting because we would always assume we'd get 2 subjets for ExKt2 and three subjets for ExKt3. I don't know why we don't get this number, but by iterating over whatever we do have it fixes the problem.

@miochoa, do you have any idea why we'd get less than the number implied by ExKt2, ExKt3? In any case, I thought I should let you know about the change.

Merge request reports