mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-02-06 11:13:09 +08:00
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>