[DynInst_API:] [dyninst/dyninst] aa8eb5: Fix clang warnings when SW_ANALYSIS_STEPPER=OFF. (...


Date: Fri, 10 May 2024 11:28:11 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] aa8eb5: Fix clang warnings when SW_ANALYSIS_STEPPER=OFF. (...
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: aa8eb5abcadf2f456bc4a8fecfdd7c897fca42cd
      https://github.com/dyninst/dyninst/commit/aa8eb5abcadf2f456bc4a8fecfdd7c897fca42cd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    M stackwalk/src/callchecker.C
    M stackwalk/src/framestepper_pimple.h

  Log Message:
  -----------
  Fix clang warnings when SW_ANALYSIS_STEPPER=OFF. (#1742)

* Fix -Wunused-private-field in AnalysisStepper

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

* Fix unaligned memory read in CallChecker::isPrevInstrACall

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



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] aa8eb5: Fix clang warnings when SW_ANALYSIS_STEPPER=OFF. (..., Tim Haines <=