Skip to content

Commit

Permalink
Don't pass NULL occation to dl_signal_cerror
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab authored and Ulrich Drepper committed Jul 6, 2010
1 parent e8ee8bd commit 5be9d05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion elf/dl-version.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5be9d05

Please sign in to comment.