diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-11 09:36:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-11 09:37:29 -0400 |
commit | 16bdbddc2cab90e360002b3440a4ed634e3c87f1 (patch) | |
tree | bb30e121cb4d0cb5d5c8015e8777e98ea5d15725 /changes/bug20424_029_minimal | |
parent | 8b53dfc3626f293f821b8e8afe88cca62224f20b (diff) | |
download | tor-16bdbddc2cab90e360002b3440a4ed634e3c87f1.tar.gz tor-16bdbddc2cab90e360002b3440a4ed634e3c87f1.zip |
When setting a nonstandard malloc, disable the system malloc.
Closes ticket 20424.
Diffstat (limited to 'changes/bug20424_029_minimal')
-rw-r--r-- | changes/bug20424_029_minimal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20424_029_minimal b/changes/bug20424_029_minimal new file mode 100644 index 0000000000..eb7886233e --- /dev/null +++ b/changes/bug20424_029_minimal @@ -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. |