summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-04-30 19:21:15 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-04-30 19:21:15 +0300
commit9084a90b00e51c92595347f8ac796df93876dc1a (patch)
treeebfb659d0879f3edd4dba0f1f49af8d409978427 /changes
parenta44aca5453ca944369a9ab9b589499bed56c3599 (diff)
parente39b53ef7de4ac6705869fd153da7b0f87c48ee6 (diff)
downloadtor-9084a90b00e51c92595347f8ac796df93876dc1a.tar.gz
tor-9084a90b00e51c92595347f8ac796df93876dc1a.zip
Merge branch 'tor-github/pr/936'
Diffstat (limited to 'changes')
-rw-r--r--changes/coverity_falsepos4
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.