mirror of
https://github.com/samba-team/samba.git
synced 2025-11-13 08:23:49 +03:00
You should never pass a non-constant string as a format for a printf() function - it could contain printf macros, and these need to be checked. Andrew Bartlett