When setting a nonstandard malloc, disable the system malloc.

Closes ticket 20424.
This commit is contained in:
Nick Mathewson
2018-07-11 09:36:24 -04:00
parent 8b53dfc362
commit 16bdbddc2c
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (compilation):
- When compiling with --enable-openbsd-malloc or --enable-tcmalloc, tell
the compiler not to include the system malloc implementation. Fixes bug
20424; bugfix on 0.2.0.20-rc.