remarkable-linux/drivers/block/aoe
Kees Cook f170168b9a 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 <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-07-03 16:07:41 -07:00
..
aoe.h aoe: update internal version number to 81 2012-12-17 17:15:26 -08:00
aoeblk.c block_device_operations->release() should return void 2013-05-07 02:16:21 -04:00
aoechr.c aoe: replace kmalloc and then memcpy with kmemdup 2013-04-30 17:04:08 -07:00
aoecmd.c drivers: avoid parsing names as kthread_run() format strings 2013-07-03 16:07:41 -07:00
aoedev.c aoe: fix use after free in aoedev_by_aoeaddr() 2012-12-17 17:15:26 -08:00
aoemain.c aoe: whitespace cleanup 2012-12-17 17:15:24 -08:00
aoenet.c aoe: allow comma separator in aoe_iflist value 2012-12-17 17:15:26 -08:00
Makefile