CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/16 01:40:13
Modified files:
lib/libc/gen : nlist.c
Log message:
Validate parsed ELF values to prevent out of boundary accesses.
While at it, return proper return value when encountering a stripped
binary. Instead of -1 (illegal file), it should be the amount of symbols
that were tried to be resolved.
ok millert
