-
- Downloads
Fix potential memory corruption during Perl global destruction
During global destruction, DESTROY is called in random order on objects remaining because of refcount leaks or circular references. This can cause memory corruption with Clownfish objects, so better leak instead of corrupting memory. Fixes CLOWNFISH-117.
Showing
- runtime/perl/buildlib/Clownfish/Build/Binding.pm 17 additions, 5 deletionsruntime/perl/buildlib/Clownfish/Build/Binding.pm
- runtime/perl/t/binding/019-obj.t 15 additions, 1 deletionruntime/perl/t/binding/019-obj.t
- runtime/test/Clownfish/Test/RefObj.c 47 additions, 0 deletionsruntime/test/Clownfish/Test/RefObj.c
- runtime/test/Clownfish/Test/RefObj.cfh 34 additions, 0 deletionsruntime/test/Clownfish/Test/RefObj.cfh
Loading
Please register or sign in to comment