]> git.baikalelectronics.ru Git - kernel.git/commit
staging/rtl8821ae: avoid format string leak to thread name
authorKees Cook <keescook@chromium.org>
Thu, 22 May 2014 18:57:16 +0000 (11:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 12:33:51 +0000 (21:33 +0900)
commit1bcab58f1cd9b9c096c5801fe0082f7fb227a274
treeba51edc455c99cbb929aa84787d4ceddcd2a5972
parent955a1c788404d559620a76f894c2b21be244a902
staging/rtl8821ae: avoid format string leak to thread name

This makes sure the cfg->name can never accidentally be processed as a
format string in the worker thread name.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/base.c