commit | f9e8dc0abda94869d2734843c1c14ba6f2867031 | [log] [tgz] |
---|---|---|
author | Seung-Woo Kim <sw0312.kim@samsung.com> | Thu May 10 10:52:14 2018 +0900 |
committer | Marek Vasut <marex@denx.de> | Fri May 18 13:17:30 2018 +0200 |
tree | d64677621fc69e0598c5ccad489ca2e55c5e1529 | |
parent | 233719cc40b5a00f37949d4173c190edcb4491a1 [diff] |
gadget: f_thor: fix filename overflow The thor sender can send filename without null character and it is used without consideration of overflow. Actually, character array for filename is assigned with DEFINE_CACHE_ALIGN_BUFFER() and it is bigger than size of memcpy, so there was no real overflow. Fix filename overflow for code level integrity. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>