mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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.
5 lines
211 B
Text
5 lines
211 B
Text
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.
|
|
|