Add changes file for Bug #18642

This commit is contained in:
Neel Chauhan 2018-07-16 17:37:24 -04:00
parent 32db806dfa
commit 7c052d4ac3

5
changes/bug18642 Normal file
View File

@ -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