summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-11-24 09:16:43 +0100
committerSebastian Hahn <sebastian@torproject.org>2011-11-24 09:19:57 +0100
commit46d69cb9157abdf8655822963a6ad4c4161577a1 (patch)
tree3fe9da0c7197e1f286acc68c085a71c292bc6b6b /changes
parentf067067ee66e104b2d1e97fb881bf6d2277ea589 (diff)
downloadtor-46d69cb9157abdf8655822963a6ad4c4161577a1.tar.gz
tor-46d69cb9157abdf8655822963a6ad4c4161577a1.zip
Fix compile warning in tor_inet_pton() (on 64bit)
This slipped through into 0.2.3.8-alpha unfortunately.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug45544
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug4554 b/changes/bug4554
new file mode 100644
index 0000000000..e4754c29e9
--- /dev/null
+++ b/changes/bug4554
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix a compile warning in tor_inet_pton(). Bugfix on 0.2.3.8-alpha;
+ fixes bug 4554.
+