diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-12 11:34:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-12 11:34:54 -0400 |
commit | 8586611718ee9c4cc81eb8fe50c937619393ade6 (patch) | |
tree | 3d9fce44c28899ffbeeaf93b6bf627f4ea6f0b20 /changes | |
parent | 9c605ecb7eeb62823dcb2042a5fbfde835f98618 (diff) | |
download | tor-8586611718ee9c4cc81eb8fe50c937619393ade6.tar.gz tor-8586611718ee9c4cc81eb8fe50c937619393ade6.zip |
Make tor_addr_is_internal log the calling function on error
This might make it a little easier to track down bug 7086.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/addr_is_internal_debug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/addr_is_internal_debug b/changes/addr_is_internal_debug new file mode 100644 index 0000000000..6de221bb2e --- /dev/null +++ b/changes/addr_is_internal_debug @@ -0,0 +1,4 @@ + o Minor features: + - Log the call-site of a failed tor_addr_is_internal(), so that we + can learn who is calling it with AF_UNSPECIFIED and fix the + second (unrelated) part of bug 7086. |