diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-12-25 23:19:08 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-12-25 23:19:08 +0100 |
commit | da876aec63b133b64eb6e71f8b87df5c84e7ec3b (patch) | |
tree | ad83831470b0818c1fa19b8cc0c8b298235e0393 /changes | |
parent | b5e6bbc01dc5d89285aba8a1440a2f5833e531a5 (diff) | |
download | tor-da876aec63b133b64eb6e71f8b87df5c84e7ec3b.tar.gz tor-da876aec63b133b64eb6e71f8b87df5c84e7ec3b.zip |
Provide correct timeradd/timersup replacements
Bug caught and patch provided by Vektor. Fixes bug 4778.t
Diffstat (limited to 'changes')
-rw-r--r-- | changes/timersub_bug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/timersub_bug b/changes/timersub_bug new file mode 100644 index 0000000000..9183862677 --- /dev/null +++ b/changes/timersub_bug @@ -0,0 +1,7 @@ + o Major bugfixes: + - Provide correct replacements for the timeradd() and timersub() functions + for platforms that lack them (for example, windows). The timersub() + function is used when expiring circuits, timeradd() is currently unused. + Patch written by Vektor, who also reported the bug. Thanks! Bugfix + on 0.2.2.24-alpha/0.2.3.1-alpha, fixes bug 4778. + |