summaryrefslogtreecommitdiff
path: root/changes/bug20887
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2018-03-19 12:27:07 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-19 12:38:28 -0400
commitbc5f79b95c5f809635bc84dbdd3010350bfbc269 (patch)
tree164f459a5976f3c808b2b567dc99310e8e049c27 /changes/bug20887
parentb0f0c0f5505b3cf4cfbd4a3c1908ace4740f343b (diff)
downloadtor-bc5f79b95c5f809635bc84dbdd3010350bfbc269.tar.gz
tor-bc5f79b95c5f809635bc84dbdd3010350bfbc269.zip
Use tor_asprintf for in have_enough_mem_for_dircache()
(Fixes bug 20887)
Diffstat (limited to 'changes/bug20887')
-rw-r--r--changes/bug208874
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20887 b/changes/bug20887
new file mode 100644
index 0000000000..5d4e4ed233
--- /dev/null
+++ b/changes/bug20887
@@ -0,0 +1,4 @@
+ o Minor bugfixes (freebsd):
+ - In have_enough_mem_for_dircache(), the variable DIRCACHE_MIN_MEM_MB
+ does not stringify on FreeBSD, so we switch to tor_asprintf(). Fixes
+ bug 20887; bugfix on 0.2.8.1-alpha. Patch by Neel Chauhan.