mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 5 Dec 2013 14:53:50 +0000 (17:53 +0300)
committerBrian Norris <computersforpeace@gmail.com>
Tue, 11 Mar 2014 05:42:21 +0000 (22:42 -0700)
commitb4c233057771581698a13694ab6f33b48ce837dc
tree6d74a193de02e9e531bcc3981e15373dd49894fa
parentf5e00838e83f6fc93f42c7a01b0c612031955b31
mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()

We always put a NUL terminator one space past the end of the "vendor"
buffer.  Walter Harms also pointed out that this should just use
kstrndup().

Fixes: 7d17c02a01a1 ('mtd: Add new SmartMedia/xD FTL')

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/sm_ftl.c