mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
b1447a4312
We already had code on windows to fix our file sizes when we're reading a file in text mode and its size doesn't match the size from fstat. But that code was only enabled when _WIN32 was defined, and Cygwin defines __CYGWIN__ instead. Fixes bug 6844; bugfix on 0.1.2.7-alpha.
5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
o Minor bugfixes:
|
|
- Correct file sizes when reading binary files on
|
|
Cygwin, to avoid a bug where Tor would fail to read its state file.
|
|
Fixes bug 6844; bugfix on 0.1.2.7-alpha.
|