[DynInst_API:] [dyninst/dyninst] 12eb28: Fix uninitialized variable use in DispatcherARM64:...


Date: Mon, 25 Oct 2021 10:21:17 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 12eb28: Fix uninitialized variable use in DispatcherARM64:...
  Branch: refs/heads/static_lib_build_fixes
  Home:   https://github.com/dyninst/dyninst
  Commit: 12eb28f945b1d68e0ed761f3c5c99942434aa2b6
      https://github.com/dyninst/dyninst/commit/12eb28f945b1d68e0ed761f3c5c99942434aa2b6
  Author: Tim Haines <thaines@xxxxxxxxxxx>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M dataflowAPI/rose/semantics/DispatcherARM64.C

  Log Message:
  -----------
  Fix uninitialized variable use in DispatcherARM64::iproc_init


  Commit: 3b7bf7596122d2b86b5606949a362993ee822a48
      https://github.com/dyninst/dyninst/commit/3b7bf7596122d2b86b5606949a362993ee822a48
  Author: Tim Haines <thaines@xxxxxxxxxxx>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M dataflowAPI/src/stackanalysis.C
    M dyninstAPI/src/function.C

  Log Message:
  -----------
  Give global annotation objects internal linkage and file scope

This was technically an ODR violation because they are in two different
translation units that _could_ be linked together. However, I don't
think they ever were. This fix will preclude any such problem, though.


  Commit: 0b6fd4e5934f3bdde94196c7d2ced09be56e9db6
      https://github.com/dyninst/dyninst/commit/0b6fd4e5934f3bdde94196c7d2ced09be56e9db6
  Author: Tim Haines <thaines@xxxxxxxxxxx>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M dyninstAPI/src/BPatch.C

  Log Message:
  -----------
  Fix possible buffer overflow in BPatch::processCreate


Compare: https://github.com/dyninst/dyninst/compare/12eb28f945b1%5E...0b6fd4e5934f
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 12eb28: Fix uninitialized variable use in DispatcherARM64:..., Tim Haines <=