diff options
Diffstat (limited to 'libexec/rtld-elf/rtld.c')
-rw-r--r-- | libexec/rtld-elf/rtld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 01ea4f6..641d967 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 (;;) { |