deepgenomics / deepgenomics/GenomeKit
Detect use-after-free bugs in debug mode
Open
- Dominant language
- Python
- Stars
- 63
- Forks
- 11
- Avg merge
- 1h 1m
- Merged PRs (30d)
- 2
Description
#62 and #63 showed that it's too easy to introduce use-after-free bugs.
These can be caught by adding the fsanitize=address flag, which will exit non-zero if such a bug is found. Due to the performance penalty, enable this only in debug mode.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.