diff options
author | David Goulet <dgoulet@torproject.org> | 2019-05-23 09:40:07 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-05-23 09:40:07 -0400 |
commit | e13e2012b9d1bbde73bea22d9fd13fb0b88c04de (patch) | |
tree | 9dd66137f69b56f0390ca45045a758c70ba75e75 /changes | |
parent | 327bb0e2ca72dd57bd1ceb9c05dd90dfffcc92a5 (diff) | |
parent | 37aae23945c45c459091b38699130a14466d33ef (diff) | |
download | tor-e13e2012b9d1bbde73bea22d9fd13fb0b88c04de.tar.gz tor-e13e2012b9d1bbde73bea22d9fd13fb0b88c04de.zip |
Merge branch 'tor-github/pr/1034'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket29617 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket29617 b/changes/ticket29617 new file mode 100644 index 0000000000..4d50ea9627 --- /dev/null +++ b/changes/ticket29617 @@ -0,0 +1,4 @@ + o Minor bugfixes (out-of-memory handler): + - When purging the DNS cache because of an out-of-memory condition, + try purging just the older entries at first. Previously, we would + purge the whole thing. Fixes bug 29617; bugfix on 0.3.5.1-alpha. |