hcidump:fixed hci frame dump stack-buffer-overflow
authorCho, Yu-Chen <acho@suse.com>
Wed, 31 Oct 2018 08:15:07 +0000 (16:15 +0800)
committerhimanshu <h.himanshu@samsung.com>
Tue, 14 Jan 2020 08:53:35 +0000 (14:23 +0530)
commit6f75411005fbd4be2f381603a73e08f92189bc34
tree6d853b2c7fb17b84b7e05d3f10203cc84d4e876b
parentf42632c599e84e165da8979d13991c75c7f01eda
hcidump:fixed hci frame dump stack-buffer-overflow

hci_dump() didn't check the length of frame, and it would be
a stack-buffer-overflow error.

Change-Id: I9ed90053c242aa174485c3038ada9a182b3004ca
Signed-off-by: himanshu <h.himanshu@samsung.com>
tools/parser/hci.c