Hello!
I'm a member of an international hacker group.
As you could probably have guessed, your account linux-media@vger.kernel.org
was hacked, because I sent message you from it.
Now I have access to you accounts!
For example, your password for linux-media@vger.kernel.org is 123456
Within a pe
Using sprintf() with a non-literal string makes some compiler complain
when building with -Wformat-security (eg. clang reports "format string
is not a string literal (potentially insecure)").
Here sprintf() format parameter is indirectly a literal string so there
is no security issue. Nevertheles