charger-manager: Ensure event is not used as format string
authorKees Cook <keescook@chromium.org>
Thu, 6 Jun 2013 20:52:21 +0000 (13:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jul 2013 18:03:40 +0000 (11:03 -0700)
commit46796ed300f4f9ffa297ff548f0e2f08b7614f3b
tree5e4dbb0b14cddee5ddf6cd74a690ea24b6a3768e
parent3e6778af21da9f305f59da098b3e137b8ff72d46
charger-manager: Ensure event is not used as format string

commit 3594f4c0d7bc51e3a7e6d73c44e368ae079e42f3 upstream.

The exposed interface for cm_notify_event() could result in the event msg
string being parsed as a format string. Make sure it is only used as a
literal string.

Signed-off-by: Kees Cook <keescook@chromium.org>
Cc: Anton Vorontsov <cbou@mail.ru>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/power/charger-manager.c