]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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:39:17 +0000 (11:39 -0700)
commit93cc9014c4730b677100a349d4461c796f5cadb1
tree86017a5aea198a8ebdec656dfd5072d92be0c197
parentc569a3d754f675d41e453e7ca52573677e71290d
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