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-29 16:40:17 +02:00
2024-09-03 12:03:06 +02:00
2024-09-03 09:26:41 +02:00
2024-09-01 11:29:34 -05:00
2024-09-04 15:33:28 -07: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

Description
No description provided
Readme GPL-3.0 194 MiB
Languages
C++ 69.1%
C 28.9%
Python 1.2%
Shell 0.3%
Batchfile 0.3%
Other 0.1%