summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2018-05-10 10:52:14 +0900
committerMarek Vasut <marex@denx.de>2018-05-18 13:17:30 +0200
commitf9e8dc0abda94869d2734843c1c14ba6f2867031 (patch)
treed64677621fc69e0598c5ccad489ca2e55c5e1529 /Kbuild
parent233719cc40b5a00f37949d4173c190edcb4491a1 (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>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions