Granary / granary2

Dynamic binary translation framework for instrumenting x86-64 user space Linux programs
MIT License
39 stars 5 forks source link

Memory leak if an AnnotationInstruction with an associated heap-allocated object is deleted too early #45

Closed pgoodman closed 10 years ago

pgoodman commented 10 years ago

One example would be unlinking an IA_INLINE_ASSEMBLY instruction before it has been compiled.

pgoodman commented 10 years ago

This has since been resolved in the poly_code and data_reactor branches, and was actually a major source of leaks.