Changeset 2eadda9 in mainline for uspace/lib/c/generic/elf/elf_mod.c
- Timestamp:
- 2018-07-11T17:45:30Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99d3123
- Parents:
- c2c4127
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-11 17:08:12)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-11 17:45:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/elf/elf_mod.c
rc2c4127 r2eadda9 356 356 (void *)((uint8_t *)entry->p_vaddr + elf->bias); 357 357 358 if (entry->p_filesz == 0) { 359 DPRINTF("Zero-sized ELF interp string.\n"); 360 return EE_INVALID; 361 } 358 362 if (elf->info->interp[entry->p_filesz - 1] != '\0') { 359 363 DPRINTF("Unterminated ELF interp string.\n");
Note:
See TracChangeset
for help on using the changeset viewer.