On 1 Jun 2026, at 16:46, Branko Čibej wrote: > I prefer to just silence the brain-dead warning...
The warning is hardly brain-dead. sprintf() cannot be implemented safely as it has no idea how big the buffer is. Memory overruns are an infamous problem in C, and using sprintf() in 2026 is madness IMNSHO. OpenBSD has this same warning as macOS BTW.

