From patchwork Wed Apr 13 18:25:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 52869 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4683B3857811 for ; Wed, 13 Apr 2022 18:26:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4683B3857811 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1649874417; bh=xKO1p5wpII66g6kHJcRj1E3GE5aEnTBcAXwSFA2fYIg=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=KM/YsmlXHkJAVJ3KCHwSaklDz2KOAankoMoedY+Prkdu8T7rXmrKCbGvlk71sE6sm Ai3q6k3zfAXPgNZ37o19EdAefUvtzy1TpP+nY4dX+DN6n/p0IgCXv2jkcdfW/9Efyq DNsIoC7ffx+f+CeRtyvjO8QH6h70AslrmBqEfEAM= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-pf1-x42c.google.com (mail-pf1-x42c.google.com [IPv6:2607:f8b0:4864:20::42c]) by sourceware.org (Postfix) with ESMTPS id 2F2493857C4A for ; Wed, 13 Apr 2022 18:25:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2F2493857C4A Received: by mail-pf1-x42c.google.com with SMTP id j17so2712618pfi.9 for ; Wed, 13 Apr 2022 11:25:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=xKO1p5wpII66g6kHJcRj1E3GE5aEnTBcAXwSFA2fYIg=; b=biLQ6Uw1KZx43PHOmNXoK8yxKsApZBEQh/jDLwxEYqFr31DHLIsZZPydvbX+EjzOnc cju5B2VdMfalD0lB0w+4d4rvQEKW5L8YOZe6uF9CN6Ep4Tqvhmq8k9F3z7lknX38vPL2 qeiVxiDF1POUQTvLGIQPVMtKkAc1tmeIzvZxrcVDyk9cqUdY8ZallcKXdOIwlSAsP5Xv k/2JgAXo98GpxiQ/WlZImu9puAEMf1XTY5rVnsmvlz7FoIS0ucRnKq+mTfV4LYd9yVNI +xPq7HZzH1RfyBPYOyHUHwAuFuPynphtXt1Aae6JCfXp0cbBp7X9XoV6WsN3wJxcUHth lnLw== X-Gm-Message-State: AOAM530mZgipJYKiOgkesSw4TrKd348yCSuEqzXwRk4vWOxIxBQ/GaFn qV7/CLR1mLs9nkbqoZIz4e8jAOKoBOM= X-Google-Smtp-Source: ABdhPJw6E9iXCLCRhHoBf3Q1NdJTZHLbj3YP9xaDKA9kl3oOAuzg+eL0oVL/t7AW7bf0SJYu0HbqwQ== X-Received: by 2002:a63:da4d:0:b0:39d:353e:64fb with SMTP id l13-20020a63da4d000000b0039d353e64fbmr16547824pgj.34.1649874313164; Wed, 13 Apr 2022 11:25:13 -0700 (PDT) Received: from gnu-tgl-3.localdomain ([172.58.35.207]) by smtp.gmail.com with ESMTPSA id m10-20020a17090a414a00b001cb776494a5sm3711941pjg.0.2022.04.13.11.25.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Apr 2022 11:25:11 -0700 (PDT) Received: from gnu-tgl-3.. (localhost [IPv6:::1]) by gnu-tgl-3.localdomain (Postfix) with ESMTP id A7E19C023F; Wed, 13 Apr 2022 11:25:10 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH v8 4/6] elf: Properly handle zero DT_RELA/DT_REL values Date: Wed, 13 Apr 2022 11:25:05 -0700 Message-Id: <20220413182507.896862-5-hjl.tools@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220413182507.896862-1-hjl.tools@gmail.com> References: <20220413182507.896862-1-hjl.tools@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-3028.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: "H.J. Lu via Libc-alpha" From: "H.J. Lu" Reply-To: "H.J. Lu" Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" With DT_RELR, there may be no relocations in DT_RELA/DT_REL and their entry values are zero. Don't relocate DT_RELA/DT_REL and update the combined relocation start address if their entry values are zero. --- elf/dynamic-link.h | 6 +++++- elf/get-dynamic-info.h | 24 ++++++++++++++++++------ 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/elf/dynamic-link.h b/elf/dynamic-link.h index 7325e0d9fc..7dd8f1b1d6 100644 --- a/elf/dynamic-link.h +++ b/elf/dynamic-link.h @@ -84,7 +84,9 @@ elf_machine_lazy_rel (struct link_map *map, struct r_scope_elem *scope[], __typeof (((ElfW(Dyn) *) 0)->d_un.d_val) nrelative; int lazy; } \ ranges[2] = { { 0, 0, 0, 0 }, { 0, 0, 0, 0 } }; \ \ - if ((map)->l_info[DT_##RELOC]) \ + /* With DT_RELR, DT_RELA/DT_REL can have zero value. */ \ + if ((map)->l_info[DT_##RELOC] != NULL \ + && (map)->l_info[DT_##RELOC]->d_un.d_ptr != 0) \ { \ ranges[0].start = D_PTR ((map), l_info[DT_##RELOC]); \ ranges[0].size = (map)->l_info[DT_##RELOC##SZ]->d_un.d_val; \ @@ -98,6 +100,8 @@ elf_machine_lazy_rel (struct link_map *map, struct r_scope_elem *scope[], ElfW(Addr) start = D_PTR ((map), l_info[DT_JMPREL]); \ ElfW(Addr) size = (map)->l_info[DT_PLTRELSZ]->d_un.d_val; \ \ + if (ranges[0].start == 0) \ + ranges[0].start = start; \ if (ranges[0].start + ranges[0].size == (start + size)) \ ranges[0].size -= size; \ if (!(do_lazy) \ diff --git a/elf/get-dynamic-info.h b/elf/get-dynamic-info.h index 6c2a3a12b1..0314baf020 100644 --- a/elf/get-dynamic-info.h +++ b/elf/get-dynamic-info.h @@ -75,24 +75,36 @@ elf_get_dynamic_info (struct link_map *l, bool bootstrap, # define ADJUST_DYN_INFO(tag) \ do \ - if (info[tag] != NULL) \ - info[tag]->d_un.d_ptr += l_addr; \ + { \ + if (info[tag] != NULL) \ + info[tag]->d_un.d_ptr += l_addr; \ + } \ while (0) ADJUST_DYN_INFO (DT_HASH); ADJUST_DYN_INFO (DT_PLTGOT); ADJUST_DYN_INFO (DT_STRTAB); ADJUST_DYN_INFO (DT_SYMTAB); + ADJUST_DYN_INFO (DT_RELR); + ADJUST_DYN_INFO (DT_JMPREL); + ADJUST_DYN_INFO (VERSYMIDX (DT_VERSYM)); + ADJUST_DYN_INFO (ADDRIDX (DT_GNU_HASH)); +# undef ADJUST_DYN_INFO + + /* DT_RELA/DT_REL are mandatory. But they may have zero value if + there is DT_RELR. Don't relocate them if they are zero. */ +# define ADJUST_DYN_INFO(tag) \ + do \ + if (info[tag] != NULL && info[tag]->d_un.d_ptr != 0) \ + info[tag]->d_un.d_ptr += l_addr; \ + while (0) + # if ! ELF_MACHINE_NO_RELA ADJUST_DYN_INFO (DT_RELA); # endif # if ! ELF_MACHINE_NO_REL ADJUST_DYN_INFO (DT_REL); # endif - ADJUST_DYN_INFO (DT_RELR); - ADJUST_DYN_INFO (DT_JMPREL); - ADJUST_DYN_INFO (VERSYMIDX (DT_VERSYM)); - ADJUST_DYN_INFO (ADDRIDX (DT_GNU_HASH)); # undef ADJUST_DYN_INFO } if (info[DT_PLTREL] != NULL)