[uClibc]minor bug in dynamic loader (i386)

Tero Lyytikäinen tero at paravant.fi
Sun Sep 8 20:43:01 UTC 2002


in line 233 of ldso/ldso/i386/elfinterp.c:

  _dl_dprintf(2, "can't resolve symbol '%s'\n");

This obviously needs an argument for the '%s' or the program segfaults. Or
is the '%s' needed at all? The symbol is already printed a few lines before.

(A little segfault doesn't matter much when the application is already
going down in flames because of the unresolved symbol, but still...?)





More information about the uClibc mailing list