commit | f2c0480ff7dd32f8892f4a42cd60503bf1c3b5e0 | [log] [tgz] |
---|---|---|
author | Hardik Arya <harya@codeaurora.org> | Thu Mar 29 13:58:19 2018 +0530 |
committer | Hardik Arya <harya@codeaurora.org> | Thu Apr 05 16:45:36 2018 +0530 |
tree | fb03030962d2b4fc671630d548e6db343a265a70 | |
parent | c0690fe068babccfe85b58f7608acfc66c3941bb [diff] |
diag: Add protection while accessing usb_info's buffer table Currently there a possibility of NULL pointer dereference while accessing usb_info's buffer table due to missing proper protection. The patch adds protection for the same. Change-Id: I974a70a48e7ac47b42bc237aac4db1b9e47be6be Signed-off-by: Hardik Arya <harya@codeaurora.org>