pld_snoc_get_soc_info() stack allocates a icnss_soc_info struct before populating its contents via a call to icnss_get_soc_info(). However, icnss_get_soc_info() may not populate all of the fields of the struct. Zero-initialize the struct before passing it to icnss_get_soc_info() to avoid using any uninitialized values. Change-Id: I859a880c9fb8483b66e17ded2857634ab878977a CRs-Fixed: 2396653 |
||
---|---|---|
.. | ||
inc | ||
src |