diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-10 12:35:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-10 12:35:06 -0400 |
commit | b7ed61167fb3ed9d3b623d008bf3360a3ffa95c4 (patch) | |
tree | f5d05295ceddc4f01e4accb33ec94a37bce35b11 /changes | |
parent | 5980cb8a19e87b6d8b471de55eb659004fa97b59 (diff) | |
parent | a207511bb0cc86b20a5ed682898a74660efdd5b2 (diff) | |
download | tor-b7ed61167fb3ed9d3b623d008bf3360a3ffa95c4.tar.gz tor-b7ed61167fb3ed9d3b623d008bf3360a3ffa95c4.zip |
Merge remote-tracking branch 'tor-github/pr/239'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18642 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18642 b/changes/bug18642 new file mode 100644 index 0000000000..6b71f3c6dd --- /dev/null +++ b/changes/bug18642 @@ -0,0 +1,5 @@ + o Minor features (denial-of-service avoidance): + - Make our OOM handler aware of the DNS cache so that it doesn't fill up + the memory. This check is important for our DoS mitigation subsystem. + Closes ticket 18642. Patch by Neel Chauhan + |