ASoC: msm: q6dspv2: fix potentional information leak
The heap buffer pointed to out_buffer and in_buffer are allocated but uninitlalized. It may cause information leak. Change to kzalloc instead of kmalloc when allocating kernel buffers to avoid information leak. CRs-Fixed: 1087020f Change-Id: I6f9b7a630158355a7f920dcf9cfffe537b1c6a85 Signed-off-by:Meng Wang <mwang@codeaurora.org>
Loading
Please register or sign in to comment