mirror of
https://github.com/pikami/slstatus.git
synced 2025-02-23 04:27:09 +00:00
Within the components, snprintf() was unchecked and had inefficient calls in some places. We implement esnprintf() that does all the dirty laundry for us and use it exclusively now.