Files
meshtastic_firmware/src/modules
Tom FifieldandGitHub 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
..
2024-09-06 06:55:56 -05:00
2024-02-09 20:31:10 -06:00
2022-02-27 02:21:02 -08:00
2024-08-17 05:51:53 -05:00
2022-02-27 01:49:24 -08:00
2024-09-05 06:16:06 -05:00