Fix space component loads reporting when number of spaces exceeds number of zones#11278
Fix space component loads reporting when number of spaces exceeds number of zones#11278
Conversation
|
|
rraustad
left a comment
There was a problem hiding this comment.
That looks like a good fix. If IRC the number of spaces is the same or larger than number of zones (i.e., all zones have 1 or more spaces) then that would simply mean missing reports. It's not possible for the number of spaces to be less than the number of zones so there would never be a space array access violation.
|
@mitchute let 'er rip. |
|
Oh wow, thank you so much for catching and fixing this issue! We had missed the cases where the number of spaces was greater than the number of zones...😱 |



Pull request overview
Description of the purpose of this PR
Pull Request Author
Reviewer