Security Warning

2018-09-28 Thread linux-media
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

[PATCH 1/1] [media] tw686x: silent -Wformat-security warning

2016-11-26 Thread Nicolas Iooss
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