mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Don't pass NULL occation to dl_signal_cerror
This commit is contained in:
parent
e8ee8bdf2a
commit
5be9d05d31
@ -1,3 +1,8 @@
|
||||
2010-07-06 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* elf/dl-version.c (match_symbol): Don't pass NULL occation to
|
||||
dl_signal_cerror.
|
||||
|
||||
2010-07-06 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
|
||||
|
@ -169,7 +169,7 @@ no version information available (required by ", name, ")");
|
||||
result = 1;
|
||||
call_cerror:
|
||||
_dl_signal_cerror (0, map->l_name[0] ? map->l_name : rtld_progname,
|
||||
NULL, errstring);
|
||||
N_("version lookup error"), errstring);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user