Kees Cook 300108740b lkdtm: fix false positive warning from -Wmaybe-uninitialized
The variable in use here doesn't matter (it's just used to exercise taking
up stack space), but this changes its use to pass its address instead,
to avoid a compiler warning:

drivers/misc/lkdtm_usercopy.c:54:15: warning: 'bad_stack' may be used uninitialized in this function [-Wmaybe-uninitialized]

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kees Cook <keescook@chromium.org>
2016-08-01 14:27:23 -07:00
..
2016-02-07 23:01:45 -08:00
2016-05-20 10:12:41 -07:00
2014-02-28 14:08:42 -08:00
2016-02-08 14:57:30 -08:00
2016-06-25 07:29:44 -07:00
2015-03-16 21:10:28 +01:00
2013-08-27 08:28:01 -07:00
2016-02-22 14:46:24 -08:00
2016-02-11 19:24:23 -08:00