diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-15 17:37:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-20 14:50:38 -0400 |
commit | 7f5a440421b122c2d594a89e21799078b3d7284a (patch) | |
tree | 57102a96d174dd5dca5ec7b2e3e7d79bf37d9c5d /changes/bug10116 | |
parent | 82d4b60b91483ad2cf12a4feefc1c5020bf605b8 (diff) | |
download | tor-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/bug10116 | 3 |
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. |