[BACK]Return to elf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / nm

Diff for /src/usr.bin/nm/elf.c between version 1.14 and 1.15

version 1.14, 2006/09/30 14:34:13 version 1.15, 2007/02/07 10:20:40
Line 503 
Line 503 
   
                                 elf_fix_sym(eh, &sbuf);                                  elf_fix_sym(eh, &sbuf);
   
                                 if (!sbuf.st_name)                                  if (!sbuf.st_name ||
                                       sbuf.st_name > *pstabsize)
                                         continue;                                          continue;
   
                                 elf2nlist(&sbuf, eh, shdr, shstr, np);                                  elf2nlist(&sbuf, eh, shdr, shstr, np);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15