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
2024-09-05 14:25:34 -07:00
2024-08-28 11:25:54 -07:00
2024-08-29 16:40:17 +02:00
2024-08-13 18:43:19 -05:00
2024-09-03 12:03:06 +02:00
2021-10-09 17:15:12 +11:00
2024-09-02 15:06:06 +02:00
2023-01-21 21:23:24 +01:00
2024-03-06 16:23:04 -06:00
2024-09-01 11:29:34 -05:00
2024-09-04 15:33:28 -07:00
2023-01-21 21:23:24 +01:00
2023-10-09 22:30:02 +10:00

Meshtastic Firmware

GitHub release downloads CI CLA assistant Fiscal Contributors Vercel

Overview

This repository contains the device firmware for the Meshtastic project.

Stats

Alt

Languages
C++ 67.2%
C 30.9%
Python 1.1%
Shell 0.3%
Batchfile 0.3%
Other 0.1%