j
k
j a
j l
```suggestion:-0+0 len = strlen( buf ); ```
Fwiw IMO the strcat would be worth replacing with `snprintf` too, and the buffer size here feels a bit short, i don't see an easy way to make it 100% safe but maybe making it larger would be better.
Back to the thread
Back to the list