Skip to content

Dyninst 10.2.1

Compare
Choose a tag to compare
@hainest hainest released this 10 Sep 03:28
· 755 commits to master since this release
4ea9c88

Bug fixes

  • Memory leak fixes
    • Correct a substantial leak in singleton_object_pool affecting InstructionAPI
    • Fix instruction decoding leaks for power and aarch64
    • Fix memory leak in SymEval::expandInsn
    • Fix aliasing bug of Region::buffer on copy
    • Cleanup memory handling when emitting Elf for static libraries

Enhancements

  • Code cleanup
    • Remove use of deprecated C++ exception specifications
    • Remove deprecated parts of BPatch_flowGraph and miniTramp

Build changes

  • Remove use of cotire
  • Fix cmake configuration when building with -pie

Manuals