Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 43e8c132eaa2eb83e27a5e60f3663a4260f0b3cf
https://github.com/dyninst/dyninst/commit/43e8c132eaa2eb83e27a5e60f3663a4260f0b3cf
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: bb8d0a97aeb12132741f06175922ab9b7fec1029
https://github.com/dyninst/dyninst/commit/bb8d0a97aeb12132741f06175922ab9b7fec1029
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: f92fb49553c99155c923e0bc78cc492d1b518f59
https://github.com/dyninst/dyninst/commit/f92fb49553c99155c923e0bc78cc492d1b518f59
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/b8e353711990...f92fb49553c9
|