commit | 65a43e392b1cb2c15e973bfa1b71e2310ee47aa8 | [log] [tgz] |
---|---|---|
author | Piotr Wilczek <p.wilczek@samsung.com> | Fri Oct 11 15:43:33 2013 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Nov 08 15:25:13 2013 -0500 |
tree | e125170a29034fdc0225dc684d670d69bd9feca5 | |
parent | e0773893bb399a3a40177898a2d05cf076a17b73 [diff] |
fs:fat: fix set file name function Curently memcpy copies string without null terminating char because function strlen returns only number of characters excluding null terminating character. Replace memcpy with strcpy. Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> CC: Tom Rini <trini@ti.com>