You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jobs: fix off-by-one error in checkStateChangeLog causing slice bounds panic
The calculation len(logs)-i+1 was requesting more logs to be marked unread
than actually existed, causing lastReadIdx to go negative and panic on
subsequent GetUnreadLogs calls.
Release note: None
Epic: None
0 commit comments