Files
firmware/src
Tom Fifield e9d55de3cb Fix out-of-bound array access in T1000X Sensor (#4663)
if u8i == 135, then u8i++ runs, the loop exits since u8i == 136,
then value for u8i is 136 after the for loop.

then in the next line, ntc_res2[u8i] will read past the end
 of the array
2024-09-09 07:54:11 -05:00
..
2023-01-21 21:23:24 +01:00
2024-09-02 10:23:31 +02:00
2024-09-09 07:16:58 -05:00
2024-09-09 07:16:58 -05:00
2024-08-28 11:25:54 -07:00
2023-07-14 16:25:20 -05:00
2024-08-13 18:43:19 -05:00
2024-08-06 12:35:54 -05:00
2024-08-06 12:35:54 -05:00
2024-09-06 06:55:56 -05:00
2024-08-11 07:06:38 -05:00
2024-09-03 09:26:41 +02:00
2023-01-21 21:23:24 +01:00
2023-01-21 21:23:24 +01:00
2023-01-21 21:23:24 +01:00
2024-08-06 12:35:54 -05:00
2024-08-06 12:35:54 -05:00
2024-08-06 12:35:54 -05:00
2023-01-21 21:23:24 +01:00
2023-01-21 21:23:24 +01:00