Re: [PATCH] qlge: avoid format string exposure in workqueue

2017-04-06 Thread David Miller
From: Kees Cook Date: Wed, 5 Apr 2017 14:39:03 -0700 > While unlikely, this makes sure the workqueue name won't be processed > as a format string. > > Signed-off-by: Kees Cook Applied.

[PATCH] qlge: avoid format string exposure in workqueue

2017-04-05 Thread Kees Cook
While unlikely, this makes sure the workqueue name won't be processed as a format string. Signed-off-by: Kees Cook --- drivers/net/ethernet/qlogic/qlge/qlge_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git