commit | b4c233057771581698a13694ab6f33b48ce837dc | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Dec 05 17:53:50 2013 +0300 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Mar 10 22:42:21 2014 -0700 |
tree | 6d74a193de02e9e531bcc3981e15373dd49894fa | |
parent | f5e00838e83f6fc93f42c7a01b0c612031955b31 [diff] |
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>