diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-06-05 19:41:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-05 19:41:40 -0400 |
commit | 20193fc7ab16f735f35a16368bfd83e2e565456e (patch) | |
tree | 085d25c2f5d7ba6f6b81ce41de9d0823849b80fd /ChangeLog | |
parent | 48bf1d97eeed9fd0812e281cbc1f08c6c5ade89c (diff) | |
download | tor-20193fc7ab16f735f35a16368bfd83e2e565456e.tar.gz tor-20193fc7ab16f735f35a16368bfd83e2e565456e.zip |
Avoid a memory corruption problem related to "private" in DirPolicy.
This is a posible fix for bug 996.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -88,6 +88,9 @@ Changes in version 0.2.1.14-rc - 2009-04-12 patch by Sebastian. - Avoid crashing in the presence of certain malformed descriptors. Found by lark, and by automated fuzzing. + - Avoid crashing when we have "private" in a policy specified in + a DirPolicy or SocksPolicy or ReachableAddresses option and we + re-load the policy. May fix bug 996. o Minor features: - When generating circuit events with verbose nicknames for |