aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2005-12-23 15:30:53 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2005-12-23 15:30:53 +0000
commitb80d39d0c0071a20fae009a74b1c1d5823602380 (patch)
tree8ae4d13409db1437a1a636e75afc12eba157efa5 /libexec/rtld-elf
parent78cb82148f80d4c58af2fbd196d0779b908b1c54 (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/rtld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 01ea4f6646993..641d96756e12d 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -3035,7 +3035,6 @@ check_object_provided_version(Obj_Entry *refobj, const Obj_Entry *depobj,
if (vd == NULL) {
_rtld_error("%s does not have version information, but %s requires it",
depobj->path, refobj->path);
- *(char *)0 = 0;
return (-1);
}
for (;;) {