diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-11 17:59:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-11 17:59:21 -0400 |
commit | e39b53ef7de4ac6705869fd153da7b0f87c48ee6 (patch) | |
tree | 20dd626198ab78ac4478c5785a5c424f905ab604 /changes | |
parent | 781d69f3a7e1c9d70120cda970b203dea4180b99 (diff) | |
download | tor-e39b53ef7de4ac6705869fd153da7b0f87c48ee6.tar.gz tor-e39b53ef7de4ac6705869fd153da7b0f87c48ee6.zip |
changes file and practracker updates for 30147.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/coverity_falsepos | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/coverity_falsepos b/changes/coverity_falsepos new file mode 100644 index 0000000000..9fbb01a0c1 --- /dev/null +++ b/changes/coverity_falsepos @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Refactor several places in our code that coverity incorrectly believed + that we might have memory leaks, so that we can analyze our software + more easily. Closes ticket 30147. |