947a93de53c1e7cb3ccd3e600aeeaa95a7050b5c

While dumping information about already acquired IFE hw manager contexts, we are iterating over IFE out resource list and SFE out resource list. Use of 'max_ife_out_res' and 'max_sfe_out_res' has scope of reaching out of bound and access unallocated memory. This change makes use of number of IFE and SFE out resources stored in the IFE hw manager context to iterate and dump the information properly and thus solving the out of bounds access. CRs-Fixed: 3550510 Change-Id: Ifeb7702209958f067a601ca591bb273820e98e1c Signed-off-by: Abhilash Kumar <quic_krabhi@quicinc.com>
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%