Files
Arnaud Pouliquen a1701c474e remoteproc: fix IAR C-STAT tool reports
Fix errors returned by fix IAR C-STAT tool:
elf_loader.c:
 - L374	Variable `phdr' may be uninitialized
 - L469 (and some others) Expression may overflow
remoteproc.c:
 - L43: Overrun in strncmp with string `mem->name'. Length passed
   to strncmp is 32, but string is of length <unknown size>
 - L185: Variable `ret' may be uninitialized
 - L498 & L696: Value assigned to variable `ret' is never used

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
2020-01-16 15:00:31 +01:00
..
2019-02-26 22:20:01 -08:00
2019-02-26 22:20:01 -08:00
2019-02-26 22:20:01 -08:00
2019-09-20 14:07:34 -07:00