diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-04-27 10:25:10 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-04-27 10:25:10 +0200 |
commit | 8a4895c0e5de4f04b5de85ed6bbae60edca3df9c (patch) | |
tree | efb73b5cb3e0033cc2a8d8d100bfc5bc2e7c4928 /tests/fsm | |
parent | 0b2f7153f2bfcb3897d34838105568fa90324bf5 (diff) |
Uninitialized variable in ipa_ccm_make_id_resp_from_req()
We are allocating a buffer on the stack without initializing it, and
then passing it into ipa_ccm_make_id_resp(). There is no real danger
from this, as the buffer is only uninitialized if num_ies is 0, but
let's memset() it for good style
Change-Id: If5761a47b8cba73ddcc02a88cfa5c87c1970c04e
Fixes: coverity CID#167040
Diffstat (limited to 'tests/fsm')
0 files changed, 0 insertions, 0 deletions