WGLab / PennCNV

Copy number vaiation detection from SNP arrays
http://penncnv.openbioinformatics.org
Other
88 stars 53 forks source link

Fix stack use after scope. #25

Closed heliac2000 closed 5 years ago

heliac2000 commented 6 years ago

GCC's memory address sanitizer detects stack-use-after-scope.

kaichop commented 5 years ago

Thank you very much for the changes. Since the khmm_wrap.c file is a swig-generated file, it is not ideal to change it directly. I have now updated the file using swig-3.0.12 in the latest version.