Skip to content
Snippets Groups Projects
Commit d415fc52 authored by DONG Anyuan's avatar DONG Anyuan
Browse files

Fix Coverity Scan CID 21843 (Using uninitialized value data_req. Field...

Fix Coverity Scan CID 21843 (Using uninitialized value data_req. Field data_req.buffer_occupancy_in_pdus is uninitialized.)
parent 3d12d16c
No related branches found
No related tags found
No related merge requests found
......@@ -582,6 +582,7 @@ rlc_um_mac_data_request (const protocol_ctxt_t *const ctxt_pP, void *rlc_pP,cons
} /* while (tb_p != NULL) */
} /* if (data_req.data.nb_elements > 0) */
data_req.buffer_occupancy_in_pdus = 0;
return data_req;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment