diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-16 18:26:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-16 18:26:31 +0000 |
commit | ad45ddfb0754ae52bc372fd4fd4867b140765ef5 (patch) | |
tree | 2d3894b1d574809f1115a682ae08f82171b77692 /src/common/compat.c | |
parent | 6e9f1f76f21306d8c4d66af990f11e78f6dc234d (diff) | |
download | tor-ad45ddfb0754ae52bc372fd4fd4867b140765ef5.tar.gz tor-ad45ddfb0754ae52bc372fd4fd4867b140765ef5.zip |
r13788@catbus: nickm | 2007-07-16 14:26:25 -0400
Patch from croup: rewrite the logic of get_next_token() to do the right thing with input that ends at weird places, or aligns with block boundaries after mmap. should fix bug 455. Needs fuzzing.
svn:r10847
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 7d3572e03f..cefba439fe 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -1730,7 +1730,6 @@ tor_threads_init(void) } #endif - /** * On Windows, WSAEWOULDBLOCK is not always correct: when you see it, * you need to ask the socket for its actual errno. Also, you need to |