mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
Mechanical sweep across UITask.cpp and SettingsScreen.h. All current format strings already fit their buffers, but a future format change would silently overflow with sprintf. snprintf with sizeof makes the buffer bound explicit and traceable to the array declaration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>