diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-09 20:43:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-09 20:43:31 +0000 |
commit | f95d7c189bb89474c57dc9b60832df70fe57760f (patch) | |
tree | d000c451f9ec0ef25217dcd6b75463182087d19d /ChangeLog | |
parent | 6c432a5565183b705569310a34b4da54b1bf98d4 (diff) | |
download | tor-f95d7c189bb89474c57dc9b60832df70fe57760f.tar tor-f95d7c189bb89474c57dc9b60832df70fe57760f.tar.gz |
Refactor unit test macros and tor_free_all() logic a bit so as to make it easier to free memory on failing tests, in order to suppress scanner warnings and to make dmalloc() usable with tests.
svn:r16816
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,8 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx o Code simplifications and refactoring: - Revise the connection_new functions so that a more typesafe variant exists. This will lower false positives from some scanning tools. - + - Refactor unit testing logic so that dmalloc can be used sensibly with + unit tests to check for memory leaks. Changes in version 0.2.0.31 - 2008-09-03 Tor 0.2.0.31 addresses two potential anonymity issues, starts to fix |