e9d55de3cb7e5b028a33b82146394d948a1d73ce
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
Meshtastic Firmware
Overview
This repository contains the device firmware for the Meshtastic project.
Stats
Description
This repository contains the official firmware for Meshtastic, an open-source, off-grid mesh communication system.
Languages
C++
67.3%
C
30.6%
Python
1%
Batchfile
0.4%
Shell
0.4%
Other
0.2%