Don't use checked strl{cat,cpy} on OSX.
commit24c031b1a28658c921a746f4d58f3ca5e9994108
authorNick Mathewson <nickm@torproject.org>
Mon, 9 Mar 2015 19:09:49 +0000 (9 15:09 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 Mar 2015 19:09:49 +0000 (9 15:09 -0400)
treeb75415576527d580415a83d4d6338081c7ba76fb
parent681802817deb6fb93b95f8284856fd42f3556600
Don't use checked strl{cat,cpy} on OSX.

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.
changes/bug15205 [new file with mode: 0644]
src/common/compat.h