]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix bugs in bug10169 bugfix memory tracking
authorNick Mathewson <nickm@torproject.org>
Fri, 3 Jan 2014 18:56:46 +0000 (13:56 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Feb 2014 17:37:41 +0000 (12:37 -0500)
commit79515917449c7e0d92f16db0d1e5af4a0370bbab
treefc2417cba34c41bf7e620eac38afe75003d22529
parent647248729fa65f0e51d062e2af8f4e8b38592bf5
Fix bugs in bug10169 bugfix memory tracking

The chunk_grow() and chunk_copy() functions weren't adjusting the
memory totals properly.

Bugfix not on any released Tor version.
src/or/buffers.c