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
Description
TLE5012b.cpp:318 writes to _registers[CRC_NUM_REGISTERS + 1], but _registers only has CRC_NUM_REGISTERS + 1 elements, so index CRC_NUM_REGISTERS + 1 is one past the end.