mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
This prevents problems on systems where the system printf(3) is not C99-compliant. We use our own snprintf() on such systems so that is safe.