diff options
| author | Kees Cook <[email protected]> | 2013-07-03 22:04:58 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2013-07-03 23:07:41 +0000 |
| commit | f170168b9a0b61ea1e647b082b38f605f1d3de3e (patch) | |
| tree | 4381c129ee9af108e368e6c8255df53cbe233257 /lib/dump_stack.c | |
| parent | drivers: avoid format strings in names passed to alloc_workqueue() (diff) | |
| download | kernel-f170168b9a0b61ea1e647b082b38f605f1d3de3e.tar.gz kernel-f170168b9a0b61ea1e647b082b38f605f1d3de3e.zip | |
drivers: avoid parsing names as kthread_run() format strings
Calling kthread_run with a single name parameter causes it to be handled
as a format string. Many callers are passing potentially dynamic string
content, so use "%s" in those cases to avoid any potential accidents.
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/dump_stack.c')
0 files changed, 0 insertions, 0 deletions
