Vasily Averin 01b9b0b286 cifs_dbg() outputs an uninitialized buffer in cifs_readdir()
In some cases tmp_bug can be not filled in cifs_filldir and stay uninitialized,
therefore its printk with "%s" modifier can leak content of kernelspace memory.
If old content of this buffer does not contain '\0' access bejond end of
allocated object can crash the host.

Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: Steve French <sfrench@localhost.localdomain>
CC: Stable <stable@vger.kernel.org>
2016-01-14 14:45:49 -06:00
..
2016-01-12 18:09:35 -08:00
2016-01-13 11:25:54 -08:00
2015-11-13 21:53:18 -08:00
2016-01-13 21:15:18 -08:00
2015-11-10 12:07:22 -08:00
2016-01-13 19:15:14 -08:00
2015-11-16 23:54:45 -08:00
2016-01-04 10:28:40 -05:00
2016-01-04 10:28:40 -05:00