Files
meshtastic_firmware/src/graphics
Thomas GöttgensandGitHub b8fb42c065 Fix bell-append off-by-one write past payload buffer (#11099)
The send_bell append writes bytes[size] and bytes[size+1] while the guard only checked size < DATA_PAYLOAD_LEN, overrunning the 233-byte payload array by one when size == DATA_PAYLOAD_LEN - 1. Guard on size + 1.
2026-07-20 18:38:50 -05:00
..
2026-07-20 18:36:36 -05:00
2026-03-04 16:36:53 +11:00
2026-02-19 07:16:33 -06:00
2026-07-16 18:35:33 -05:00
2026-07-16 18:35:33 -05:00
2026-07-16 18:35:33 -05:00
2026-02-19 07:16:33 -06:00
2026-07-20 11:55:17 +02:00
2026-07-20 11:55:17 +02:00
2026-07-16 18:35:33 -05:00
2026-02-19 07:16:33 -06:00
2026-07-20 11:55:17 +02:00
2026-07-20 11:55:17 +02:00