diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-28 11:30:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-28 11:30:47 -0400 |
commit | dcc60294ad4fe349003d6aeea774d8652744358a (patch) | |
tree | 5ae89976e783b4ef1b0e601d15ae1f748dfe6c6b /changes | |
parent | 564a9a54a14521ef59275fbb442f92fe385cccea (diff) | |
download | tor-dcc60294ad4fe349003d6aeea774d8652744358a.tar.gz tor-dcc60294ad4fe349003d6aeea774d8652744358a.zip |
Use _lseeki64() on windows.
Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging
system to use posix fds.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31036 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug31036 b/changes/bug31036 new file mode 100644 index 0000000000..d9921dba43 --- /dev/null +++ b/changes/bug31036 @@ -0,0 +1,3 @@ + o Minor bugfixes (windows): + - Fix a bug that prevented Tor from starting if its log file + grew above 2GB. Fixes bug 31036; bugfix on 0.2.1.8-alpha. |