mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
- DataStore: validate ringtone2_len <= 32 after loading from flash (same guard as ringtone_len on line 252; we introduced this field but forgot the validation) - UITask: fix shutdown buzzer timeout to conventional unsigned form (millis() - start) < timeout to avoid unsigned underflow if called within first 2.5s of boot - UITask: guard _last_notif_ch_idx < 64 before 1ULL shift in notify() (defensive; MAX_GROUP_CHANNELS=40 so currently unreachable, but prevents UB if the value is ever unexpectedly out of range) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>