diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-12 15:10:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-12 15:10:23 -0400 |
commit | d9650cfa50772d52b7f9ad7a6deeb5b3fdc751f3 (patch) | |
tree | 1d6adbb5a4dc6fb65d55bdee05686d26c00c60a2 /ChangeLog | |
parent | a271c5370a25c917512e8ef45aba921b04ff157a (diff) | |
download | tor-d9650cfa50772d52b7f9ad7a6deeb5b3fdc751f3.tar.gz tor-d9650cfa50772d52b7f9ad7a6deeb5b3fdc751f3.zip |
Add sentinel values to the end of memarea chunks.
This might detect some possible causes of bug 930, and will at least
make sure we aren't doing some dumb memory-corruption stuff with the heap
and router-parsing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ Changes in version 0.2.2.1-alpha - 2009-??-?? - New --digests command-line switch to output the digests of the source files Tor was built with. - The "torify" script now uses torsocks where available. + - The memarea code now uses a sentinel value at the end of each area + to make sure nothing writes beyond the end of an area. This might + help debug some conceivable causes of bug 930. o Deprecated and removed features: - The controller no longer accepts the old obsolete "addr-mappings/" |