Protect buffers against INT_MAX datalen overflows.
[tor.git] / changes / bug28096
blob6847df97989c22c6c792acd63570c42ccf2fc5f7
1   o Minor bugfixes (Windows):
2     - Correctly identify Windows 8.1, Windows 10, and Windows Server 2008
3       and later from their NT versions.
4       Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.
5     - On recent Windows versions, the GetVersionEx() function may report
6       an earlier Windows version than the running OS. To avoid user
7       confusion, add "[or later]" to Tor's version string on affected
8       versions of Windows.
9       Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.
10     - Remove Windows versions that were never supported by the
11       GetVersionEx() function. Stop duplicating the latest Windows
12       version in get_uname().
13       Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.