aboutsummaryrefslogtreecommitdiff
path: root/changes/bug10116
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-08-15 17:37:39 -0400
committerNick Mathewson <nickm@torproject.org>2014-08-20 14:50:38 -0400
commit7f5a440421b122c2d594a89e21799078b3d7284a (patch)
tree57102a96d174dd5dca5ec7b2e3e7d79bf37d9c5d /changes/bug10116
parent82d4b60b91483ad2cf12a4feefc1c5020bf605b8 (diff)
downloadtor-7f5a440421b122c2d594a89e21799078b3d7284a.tar.gz
tor-7f5a440421b122c2d594a89e21799078b3d7284a.zip
Don't allocate an extra smartlist in the OOM handler
Fixes issue 10116
Diffstat (limited to 'changes/bug10116')
-rw-r--r--changes/bug101163
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug10116 b/changes/bug10116
new file mode 100644
index 0000000000..db7f7652ad
--- /dev/null
+++ b/changes/bug10116
@@ -0,0 +1,3 @@
+ o Minor features:
+ - When handling a low-memory situation, allocate less memory
+ for teporary data structures. Fixes issue 10115.