diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-03 07:33:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-03 07:33:45 -0400 |
commit | 4856a6e6c4b352f04b98f7f77c70a0c33dc8c29c (patch) | |
tree | e47aa103b30f7dce692088bf33cdd8d48d4cecf7 /changes | |
parent | fea35ddf0017827cb5e26bb725574108ad97c261 (diff) | |
parent | 42c6ebda1626371cc6b0fff0cc0710b841936bef (diff) | |
download | tor-4856a6e6c4b352f04b98f7f77c70a0c33dc8c29c.tar.gz tor-4856a6e6c4b352f04b98f7f77c70a0c33dc8c29c.zip |
Merge branch 'maint-0.2.9' into maint-0.3.2
Diffstat (limited to 'changes')
-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. |