Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
/* Determine the number of sections. */
scncnt = get_shnum (map_address, e_ident, fildes, offset, maxsize);
if (scncnt == (size_t) -1l)
if ((scncnt == (size_t) -1l) ||
(sizeof (Elf_Scn) * scncnt / sizeof (Elf_Scn) != scncnt))
/* Could not determine the number of sections. */
return NULL;