CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/09/11 05:13:20
Modified files:
libexec/ld.so/mips64: rtld_machine.c
Log message:
Fix lazy binding issue by making sure the second argument to _dl_find_symbol()
always points to a pointer that is initialized to NULL. Consistently use
NULL instead of mixing NULL and 0 to make the pattern more obvious.
Fixes nm(1) crashes that happen when you pass it multiple object files on
the command line.
ok miod@
