diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-25 13:52:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-25 13:52:07 -0400 |
commit | f0a57bd363e822a5a216cf0857aaa272581113e2 (patch) | |
tree | 12fcb3fbd0ea44d978ed495bb402e12662a7313a /changes | |
parent | 9e44df2c98208fc6d0c3e9f9b3834f54e8a37cd8 (diff) | |
download | tor-f0a57bd363e822a5a216cf0857aaa272581113e2.tar tor-f0a57bd363e822a5a216cf0857aaa272581113e2.tar.gz |
Make compilation of tor_memdup_nulterm() with dmalloc
Fixes bug 11605; bugfix on 0.2.4.10-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11605 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug11605 b/changes/bug11605 new file mode 100644 index 000000000..973ac6db1 --- /dev/null +++ b/changes/bug11605 @@ -0,0 +1,2 @@ + o Minor bugfixes (dmalloc): + - Fix compilation with dmalloc. Fixes bug 11605; bugfix on 0.2.4.10-alpha. |