scottbez1 / splitflap

DIY split-flap display
https://scottbez1.github.io/splitflap
Other
3.09k stars 256 forks source link

Fix buffer overrun in showString() #224

Open kitlaan opened 8 months ago

kitlaan commented 8 months ago

Found a crash by sending a too-long string via MQTT.

I assume the check in showString() was just forgotten, rather than intentional.