[DynInst_API:] [dyninst/dyninst] 67dfbb: Fix hang when creating ELF dynamic sections (#1474)


Date: Thu, 03 Aug 2023 10:56:04 -0700
From: bbiiggppiigg <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 67dfbb: Fix hang when creating ELF dynamic sections (#1474)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 67dfbb4ac8f5a6c1f98395983ff3a6ba57527101
      https://github.com/dyninst/dyninst/commit/67dfbb4ac8f5a6c1f98395983ff3a6ba57527101
  Author: bbiiggppiigg <bbiiggppiigg@xxxxxxxxx>
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
    M symtabAPI/src/emitElf.C

  Log Message:
  -----------
  Fix hang when creating ELF dynamic sections (#1474)

This is triggered when a binary with no .rel.dyn and .rela.dyn
sections, but its target platform uses rel type relocation records.

This happened on an AMDGPU binary that was previously incorrectly
specified as using a rel relocation record.


[← Prev in Thread] Current Thread [Next in Thread→]