platform: msm_shared: avb: perform NULL check
avb_malloc can return NULL. avb_memcpy is using that
pointer. Before avb_memcpy instruction executes make
sure tbuf is not NULL.
Change-Id: I6c8064f68e1a8bb73b300de7007ee8c698289fef
Signed-off-by:
Firoz Khan <firozk@codeaurora.org>
Loading
Please sign in to comment