commit | 598a0df07fc6c4642f9b0497cef1233e41d4c987 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Oct 20 14:57:08 2014 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Oct 23 14:02:06 2014 -0400 |
tree | 572f526ff444504d6b3f55db1b9d39ca9a6a03a1 | |
parent | 34b6d4299923ec9101bbf364440cee36420b3fc0 [diff] |
rtlwifi: prevent format string usage from leaking Use "%s" in the workqueue allocation to make sure the rtl_hal_cfg name can never accidentally leak information via a format string. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>