Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rsi: avoid format string leak to thread name
Since the rsi_create_kthread interface does not include any format string arguments, make sure that the resulting thread name can never accidentally process the name as a format string. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
- Loading branch information