author | Arnie Reynoso <arnier@ti.com> | |
Fri, 14 Mar 2014 17:04:10 +0000 (10:04 -0700) | ||
committer | Chris Ring <cring@ti.com> | |
Mon, 17 Mar 2014 19:38:49 +0000 (12:38 -0700) | ||
commit | fb98ec7baef88563ae0655322693d0177a03d2ad | |
tree | 043c0b9a893b5789e257bc79cf623cdf401544c3 | tree | snapshot (tar.xz tar.gz zip) |
parent | fb906e405a39754a3b39a84eed81c0084cbbed65 | commit | diff |
BIOS: NameServerRemoteNotify callback may have uninitialized var
The callback function for NameServerRemoteNotify may end up with an
uninitialized swiHandle. Though this case should never happen, the handle
should be initialized and an assert must be issued if it remains NULL.
This also fixes a Coverity error with the variable.
The callback function for NameServerRemoteNotify may end up with an
uninitialized swiHandle. Though this case should never happen, the handle
should be initialized and an assert must be issued if it remains NULL.
This also fixes a Coverity error with the variable.
packages/ti/sdo/ipc/nsremote/NameServerRemoteNotify.c | diff | blob | history |