commit | bb7cdbca9123f8c3d16abcfae474c4e68a638677 | [log] [tgz] |
---|---|---|
author | Sai Aitharaju <saia@codeaurora.org> | Fri Nov 14 16:54:35 2014 +0530 |
committer | Linux Build Service Account <lnxbuild@localhost> | Wed Aug 24 08:17:28 2016 -0600 |
tree | 107453402ea6aecfb17513b3df0e682d986c19c9 | |
parent | f3eda4d036030afaed0f01474290800752ea26ed [diff] |
BT App: Fix to resolve Static Code Analysis issues Use case: During static code analysis of Bluetooth Application codespace, many NULL pointer exceptions and Array Index Out of Bounds Exceptions were observed. Root Cause: No proper NULL checks before dereferencing a pointer and no proper boundary checks kept for the array indices. CRs-fixed: 1040047 Change-Id: I0c12a5ce37243695a839d0f976917da27d7fa989