Re: [PATCH] staging: r8821ae: avoid leaking format string

2014-07-10 Thread Greg Kroah-Hartman
On Thu, Jul 10, 2014 at 01:16:11PM -0700, Kees Cook wrote: > This make sure a format string cannot leak into the work queue name nor > the printk buffer. > > Signed-off-by: Kees Cook > --- > This is the third time this set of macros has entered the kernel: > > drivers/net/wireless/rtlwifi/btcoex

[PATCH] staging: r8821ae: avoid leaking format string

2014-07-10 Thread Kees Cook
This make sure a format string cannot leak into the work queue name nor the printk buffer. Signed-off-by: Kees Cook --- This is the third time this set of macros has entered the kernel: drivers/net/wireless/rtlwifi/btcoexist/halbtcoutsrc.h drivers/staging/rtl8192ee/btcoexist/halbtcoutsrc.h drive