index can go out of range
lofthousAA opened this issue · 0 comments
lofthousAA commented
in selectTabAtIndex the index is being compared to tab count to see if it is >= this should actually be just > as index starts at 0 where count starts at 1. resulting impact is that application can crash as index is set out of range.