linux/drivers/misc/mei
Alexander Usyskin ba8beb4ca8 mei: bus: fix possible boundaries violation
commit cfda2794b5 upstream.

function 'strncpy' will fill whole buffer 'id.name' of fixed size (32)
with string value and will not leave place for NULL-terminator.
Possible buffer boundaries violation in following string operations.
Replace strncpy with strlcpy.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-11-21 09:22:55 -08:00
..
amthif.c mei: cancel stall timers in mei_reset 2013-10-05 07:13:10 -07:00
bus.c mei: bus: fix possible boundaries violation 2014-11-21 09:22:55 -08:00
client.c mei: reset client state on queued connect request 2014-09-05 16:28:36 -07:00
client.h mei: bus: stop wait for read during cl state transition 2013-10-05 07:13:10 -07:00
debugfs.c mei: convert to use simple_open() 2013-04-11 12:39:01 -07:00
hbm.c mei: make me client counters less error prone 2013-10-05 07:13:10 -07:00
hbm.h mei: revamp hbm state machine 2013-04-19 10:58:21 -07:00
hw-me-regs.h mei: me: do not load the driver if the FW doesn't support MEI interface 2014-05-06 07:55:27 -07:00
hw-me.c mei: me: fix hw ready reset flow 2014-07-06 18:54:15 -07:00
hw-me.h mei: revamp mei_data2slots 2013-03-15 11:10:48 -07:00
hw.h mei: simplify preparing client host bus messages 2013-01-07 10:31:29 -08:00
init.c mei: cancel stall timers in mei_reset 2013-10-05 07:13:10 -07:00
interrupt.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2013-04-30 09:36:50 -07:00
Kconfig mei: move mei-me to separate module 2013-03-29 08:32:21 -07:00
main.c mei: bus: stop wait for read during cl state transition 2013-10-05 07:13:10 -07:00
Makefile mei: nfc: Initial nfc implementation 2013-04-10 18:56:53 -07:00
mei_dev.h mei: make me client counters less error prone 2013-10-05 07:13:10 -07:00
nfc.c mei: nfc: fix memory leak in error path 2014-09-05 16:28:36 -07:00
pci-me.c mei: me: do not load the driver if the FW doesn't support MEI interface 2014-05-06 07:55:27 -07:00
wd.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2013-04-30 09:36:50 -07:00