mirror of
https://github.com/Adaptix-Framework/AdaptixC2
synced 2026-06-08 10:20:39 +00:00
d75a7ddabc
Fix critical use-after-free bug in agent initialization: - Replace MemAllocLocal + copy assignment with proper new operator - Fix object construction to prevent destructor from freeing in-use memory - Ensure proper object lifecycle management