summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/libelf_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libelf/libelf_init.c')
-rw-r--r--nuttx/binfmt/libelf/libelf_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/binfmt/libelf/libelf_init.c b/nuttx/binfmt/libelf/libelf_init.c
index e1b9f73d6..fa4b7983c 100644
--- a/nuttx/binfmt/libelf/libelf_init.c
+++ b/nuttx/binfmt/libelf/libelf_init.c
@@ -154,6 +154,7 @@ int elf_init(FAR const char *filename, FAR struct elf_loadinfo_s *loadinfo)
/* Get the length of the file. */
ret = elf_filelen(loadinfo, filename);
+ if (ret < 0)
{
bdbg("elf_filelen failed: %d\n", ret);
return ret;