mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
24c031b1a2
There is a bug in the overlap-checking in strlcat that can crash Tor servers. Fixes bug 15205; this is an OSX bug, not a Tor bug.
6 lines
211 B
Plaintext
6 lines
211 B
Plaintext
o Major bugfixes (crash, OSX, security):
|
|
- Fix a remote denial-of-service opportunity caused by a bug
|
|
in OSX's _strlcat_chk() function. Fixes bug 15205; bug first
|
|
appeared in OSX 10.9.
|
|
|