aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-08 00:32:22 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-08 00:32:22 -0400
commita32d7e1910176deef62583cef5d1195257bf3e17 (patch)
treead3b78d240a77ff5131e2e4f45d4b8aa456815b3 /changes
parentdefe541a3084532eb34bab82341752323cf7efca (diff)
downloadtor-a32d7e1910176deef62583cef5d1195257bf3e17.tar
tor-a32d7e1910176deef62583cef5d1195257bf3e17.tar.gz
Return success when get_total_system_memory() succeeds.
Fixes bug 11805; bugfix on 0.2.5.4-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug118055
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11805 b/changes/bug11805
new file mode 100644
index 000000000..02a553894
--- /dev/null
+++ b/changes/bug11805
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Correctly detect the total available system memory. We tried to do this
+ in 0.2.5.4-alpha, but the code was set up to always return an error
+ value, even on success.
+ Fixes bug 11805; bugfix on 0.2.5.4-alpha.