slstatus/components
drkhsh 98769dfed7 fix buffer overflow in battery state parsing
"Not charging" is 12 characters; %12[a-zA-Z ] reads up to 12 chars
plus a NUL terminator (13 bytes) into a 12-byte buffer. Increase
state buffer to 13 in both battery_state and battery_remaining.
2026-02-12 22:52:21 +01:00
..
2022-11-24 00:01:52 +01:00
2022-10-28 01:03:46 +02:00
2025-07-24 22:41:25 +02:00
2022-10-28 01:03:46 +02:00
2026-02-12 22:46:02 +01:00