diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-02 16:21:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-02 16:21:50 -0500 |
commit | 5303918091d832d2986b113d60a6ba1ca328af1c (patch) | |
tree | d260d2bc14561d2f95c80f4b0de852e77adf676e /changes | |
parent | 57ff9913b25ff640f4ae45dc9b60bc28c30f53b8 (diff) | |
download | tor-5303918091d832d2986b113d60a6ba1ca328af1c.tar.gz tor-5303918091d832d2986b113d60a6ba1ca328af1c.zip |
Init conn->addr to "unspec" on cpuworker connections
Fixes bug 4532 reported by "troll_un"
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4532 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug4532 b/changes/bug4532 new file mode 100644 index 0000000000..6ce48816a0 --- /dev/null +++ b/changes/bug4532 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Initialize conn->addr to a vaild state in spawn_cpuworker. Fixes bug + 4532; found by troll_un. |