diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-18 11:19:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-18 11:19:41 -0400 |
commit | 4bbefc2aac2d3770817200700e2a384d966bffe2 (patch) | |
tree | b618f3e6705a9b2ddd35f3a91802be9d333c650e /changes/bug30916 | |
parent | 70bcff6010f933c7dbce5d797ea354c6475e1f94 (diff) | |
parent | 2da4d64a64a803f4b0a6d56e517b4288bef6c4f8 (diff) | |
download | tor-4bbefc2aac2d3770817200700e2a384d966bffe2.tar.gz tor-4bbefc2aac2d3770817200700e2a384d966bffe2.zip |
Merge branch 'bug30916_035' into bug30916_041
Diffstat (limited to 'changes/bug30916')
-rw-r--r-- | changes/bug30916 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug30916 b/changes/bug30916 new file mode 100644 index 0000000000..b006bfc75d --- /dev/null +++ b/changes/bug30916 @@ -0,0 +1,4 @@ + o Minor bugfixes (relay): + - Avoid crashing when starting with a corrupt keys directory where + the old ntor key and the new ntor key are identical. Fixes bug 30916; + bugfix on 0.2.4.8-alpha. |