deepgenomics / deepgenomics/GenomeKit

Detect use-after-free bugs in debug mode

Open
#64 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.