Re: [PATCH] scsi_dh: avoid allowing dh_state to pass format specs when requesting a module

2015-09-24 Thread Johannes Thumshirn
Sasha Levin writes: > A malicious string passed from userspace might contain format specifiers which > request_module() might try to handle, which is bad. > > Signed-off-by: Sasha Levin > --- > drivers/scsi/scsi_dh.c |2 +- > 1 file changed,

[PATCH] scsi_dh: avoid allowing dh_state to pass format specs when requesting a module

2015-09-23 Thread Sasha Levin
A malicious string passed from userspace might contain format specifiers which request_module() might try to handle, which is bad. Signed-off-by: Sasha Levin --- drivers/scsi/scsi_dh.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git