diff options
author | David Goulet <dgoulet@torproject.org> | 2024-08-05 15:26:38 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-08-05 15:26:38 -0400 |
commit | 1b1b2b1a4a60cf32bcfa643eee28b88b9981ecf8 (patch) | |
tree | fea59ca97775f1f0c9fb19f7f4fb5bc467ac175f /changes | |
parent | f32b39236da40571955702bf95ac9925833af18f (diff) | |
parent | 93df26b11a67423e05c200cd93cba6398b9f2a49 (diff) | |
download | tor-1b1b2b1a4a60cf32bcfa643eee28b88b9981ecf8.tar.gz tor-1b1b2b1a4a60cf32bcfa643eee28b88b9981ecf8.zip |
Merge branch 'maint-0.4.8' into release-0.4.8
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40966 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40966 b/changes/ticket40966 new file mode 100644 index 0000000000..04fb3caded --- /dev/null +++ b/changes/ticket40966 @@ -0,0 +1,3 @@ + o Minor bugfixes (memleak, authority): + - Fix a small memleak when computing a new consensus. This only affects + directory authorities. Fixes bug 40966; bugfix on 0.3.5.1-alpha. |