diff options
author | Matthew Finkel <Matthew.Finkel@gmail.com> | 2015-02-09 01:58:22 +0000 |
---|---|---|
committer | Matthew Finkel <Matthew.Finkel@gmail.com> | 2015-02-09 02:06:18 +0000 |
commit | 9ae321db66cf83453b34c75d889599ea4a75642b (patch) | |
tree | c25ec0a21d30eb1b45b7138e9b5cfa19e94f610b /changes | |
parent | 7cbdec578b291da11dcd419988ee985b7589ec48 (diff) | |
download | tor-9ae321db66cf83453b34c75d889599ea4a75642b.tar.gz tor-9ae321db66cf83453b34c75d889599ea4a75642b.zip |
Return 0 when detecting the amount of memory fails
Fixes bug 14802; bugfix on 0.2.5.4-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14802 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14802 b/changes/bug14802 new file mode 100644 index 0000000000..fc7cfd1873 --- /dev/null +++ b/changes/bug14802 @@ -0,0 +1,4 @@ + o Minor bugfix: + - Make an educated guess about how much memory the system has when our + detection functionality fails on some operating system. Fixes bug 14802; + bugfix on 0.2.5.4-alpha. |