[DynInst_API:] [dyninst/dyninst] 4c8346: Fix -Wunused-private-field in AnalysisStepper


Date: Fri, 10 May 2024 10:47:20 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 4c8346: Fix -Wunused-private-field in AnalysisStepper
  Branch: refs/heads/thaines/clang_warnings
  Home:   https://github.com/dyninst/dyninst
  Commit: 4c8346bac95aa633cbfc74508a1b56f6f80c6d30
      https://github.com/dyninst/dyninst/commit/4c8346bac95aa633cbfc74508a1b56f6f80c6d30
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    M stackwalk/src/framestepper_pimple.h

  Log Message:
  -----------
  Fix -Wunused-private-field in AnalysisStepper

This was found by clang's -Wunused-private-field when
SW_ANALYSIS_STEPPER=OFF.


  Commit: 08a5d940a0840a805b5401662efcfbf5806e1728
      https://github.com/dyninst/dyninst/commit/08a5d940a0840a805b5401662efcfbf5806e1728
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    M stackwalk/src/callchecker.C

  Log Message:
  -----------
  Fix unaligned memory read in CallChecker::isPrevInstrACall

Found by clang's -Wcast-align when SW_ANALYSIS_STEPPER=OFF.


Compare: https://github.com/dyninst/dyninst/compare/4c8346bac95a%5E...08a5d940a084

To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 4c8346: Fix -Wunused-private-field in AnalysisStepper, Tim Haines <=