e433d223a6f9ce306989d7a379077dcd330c999f

Sometimes uninitialized local pointer variables were passed to msm_vidc_vmem_alloc() call for allocating memory. Uninitialized variables might garbage value, so msm_vidc_vmem_alloc() is treating that double alloc request and returning error. So i.e leading to undefined behaviour. For e.x, msm_vidc_update_input_cr() call will never add any entries into &inst->enc_input_crs(due to above mentioned issue), So i.e leading to populate invalid input compression ratio in encoder usecase. Change-Id: I4507b343bee8eec7252cf946ad8d3120efd7bacb Signed-off-by: Govindaraj Rajagopal <quic_grajagop@quicinc.com>
Descrição
Descrição não fornecida
Linguagens
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%