diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-01-27 22:42:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-01-27 22:42:40 +0000 |
| commit | d33d8f7ef41ab4893f82a8367d6633149b48f673 (patch) | |
| tree | 13bb2beb23db3c38aea6e535d82a0efc277894a8 /libexec | |
| parent | 522f5383547a2b3980f097a647b25f12c15411af (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index f566fc97ad02..4327b598db58 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -2356,7 +2356,7 @@ init_rtld(caddr_t mapbase, Elf_Auxinfo **aux_info) objtmp.dynamic = rtld_dynamic(&objtmp); digest_dynamic1(&objtmp, 1, &dyn_rpath, &dyn_soname, &dyn_runpath); assert(objtmp.needed == NULL); - assert(objtmp.textrel == NULL); + assert(!objtmp.textrel); /* * Temporarily put the dynamic linker entry into the object list, so * that symbols can be found. |
