mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
4 lines
244 B
Text
4 lines
244 B
Text
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.
|